-
```
GURL raw("http://user:pass@/");
CHECK(raw.is_valid());
GURL origin = raw.GetOrigin();
CHECK(origin.is_valid());
The first CHECK passes. The second check fails.
The first CHECK seems like it sho…
-
```
What steps will reproduce the problem?
This issue was observed when integrating cef3 (Release v1271) with Java
(Eclipse) application. Calling LoadURL result in a deadlock situation.
What is the…
-
Restaurant Locations should pull back Google data.
-
```
Patch to enable zoom in/out/normal
```
Original issue reported on code.google.com by `lodle...@gmail.com` on 5 Sep 2010 at 8:13
Attachments:
- [zoom_101_cef.patch](https://storage.googleapis.com…
-
```
Allow specification of header values and character set for the resource
load response. This is necessary if the client wants to specify cookie or
no-cache headers, for instance. If |mimeType| and/…
-
```
I found this in a Chromium crash report.
"httppt: */*\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-
US,en;q=0.8\r\n"
GURL parses this as valid, but the GURL returned by GetOrigin…
-
```
I've tripped over this in a webkit-only checkout of chromium:
https://bugs.webkit.org/show_bug.cgi?id=74323
if you are Source\WebKit\chromium directory on Windows, such that gyp is
checked out …
-
```
What steps will reproduce the problem?
1. Download binary distribution jcef_binary_3.1650.1552.13_macosx64_preview.7z
2. sh compile.sh, sh run.sh
3. Browse around, resize main frame repeatedly, g…
-
```
Patch to enable zoom in/out/normal
```
Original issue reported on code.google.com by `lodle...@gmail.com` on 5 Sep 2010 at 8:13
Attachments:
- [zoom_101_cef.patch](https://storage.googleapis.com…
-
```
I've tripped over this in a webkit-only checkout of chromium:
https://bugs.webkit.org/show_bug.cgi?id=74323
if you are Source\WebKit\chromium directory on Windows, such that gyp is
checked out …