| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
heuristics.
BUG=57105
TEST=FormStructureTest.HeuristicsHiddenFields
Review URL: http://codereview.chromium.org/4193005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64290 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This works around a wicked new clang linker optimization, but also feels cleaner in general.
BUG=http://llvm.org/bugs/show_bug.cgi?id=8478
TEST=clang/mac builder stays green with newer clang version
Review URL: http://codereview.chromium.org/4191003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64289 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Missed from r64122. I think this is why GPUTest.UITestLaunchedWithOSMesa failed on linux.
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/4108005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64288 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the tests fixed.
Revert 64252 - The ChromeFrame objects now provides an unfrozen interface called IChromeFramePrivate. This interface provides a GetSessionId() which returns the ID used by Chrome in its Tab javascript object.
Review URL: http://codereview.chromium.org/3541017
TBR=hansl@google.com
Review URL: http://codereview.chromium.org/4134008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64287 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changed MessageReader and MessageDecoder to support parsing in
HostMessageDispatcher.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/4017002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64283 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit c2bafbefa8022337ba9520fd9a2f64fd2cd4c52f.
BUG=none
TEST=build bot should cycle green
Review URL: http://codereview.chromium.org/4119015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64282 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[10101:10101:550978034308:WARNING:app/gfx/gl/gl_context_linux.cc(194)] GLX 1.3 or later is recommended.
[10101:10101:550978122044:ERROR:app/gfx/gl/gl_context_linux.cc(539)] glXChooseFBConfig failed.
failed to create pixmap
[10101:10101:550978127562:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 128, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 55 minor_code 0 (X_CreateGC)
[10101:10101:550978127622:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 129, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 55 minor_code 0 (X_CreateGC)
[10101:10101:550978127643:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 130, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry)
[10101:10101:550978127738:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 131, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry)
[10101:10101:550978127824:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 132, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry)
...
http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28ChromiumOS%20dbg%29/builds/545/steps/ui_tests/logs/stdio
It appears that the bot does not support GLX 1.3. I am working on making the bots use OSMesa by default.
TEST=none
BUG=none
TBR=vangelis@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=buid bot should cycle green
Review URL: http://codereview.chromium.org/4146011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64278 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
2. Throws an error in port.postMessage if the port has already been disconnected.
3. Sets lastError when tabs.sendRequest can't connect to the tab.
BUG=27565, 32899
TEST=ExtensionApiTest
Review URL: http://codereview.chromium.org/3676008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64277 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=60946
TEST=none
Review URL: http://codereview.chromium.org/4194004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64274 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=53934
TEST=Manually
Review URL: http://codereview.chromium.org/4185007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
* cleaned up code that are no longer in use.
BUG=chromium-os:5763
TEST=maual. pressing shutdown button on login/locker will shutdown the system.
Review URL: http://codereview.chromium.org/4054001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64272 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=60149
TEST=None
Review URL: http://codereview.chromium.org/4216001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64271 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Auto whitelist all existing users when owner unchecks "allow anyone
to sign in";
- Move IsEmailInCachedWhitelist into a static method of user settings
provider so that it could be shared;
BUG=chromium-os:7941
TEST=Verify fix for chromium-os:7941.
Review URL: http://codereview.chromium.org/4093002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64270 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of the result to the string constructor
Suspect for causing failures in ChromiumOS linux builders ("terminate called after throwing an instance of 'std::length_error'")
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4181004
TBR=jochen@chromium.org
Review URL: http://codereview.chromium.org/4143006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64269 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
http://codereview.chromium.org/4136002/show
BUG=http://code.google.com/p/chromium-os/issues/detail?id=8114
TEST=All of the network menu
Review URL: http://codereview.chromium.org/4210002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Seeing how the bots feel about this again.
BUG=36133
Review URL: http://codereview.chromium.org/3539015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64267 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
docs build script.
* Refactors the zip generation to its own step in build.py
* Add a command line flag (--no-zips) to build.py that can disable zip generation.
* Tweaks the command line flags of build.py (adds better help content).
* Changes sample manifest generation so zip_path is still written even if zips are not.
BUG=61025
TEST=Pass --nozip to build.py to skip zip generation.
Review URL: http://codereview.chromium.org/4185006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64266 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:8095
TEST=Click on user pod.
Review URL: http://codereview.chromium.org/4100006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64265 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Mostly this is removing FLAKY_ where the bug was fixed but the label never removed, but also switches some FLAKY_ to platform-specific FAILS_.
BUG=28372,32048,32070,35341,45561,48544,48562,52858
TEST=N/A
Review URL: http://codereview.chromium.org/4087009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64264 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=41887
TEST=omnibox searching works with gcc 4.5
Review URL: http://codereview.chromium.org/4116008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64263 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now that we have SSL_PeerCertificateChain, we can remove uses of
CERT_GetCertChainFromCert. The latter would return a constructed
certificate chain rather than the actual chain returned from the
server. Thus we can also remove the Comodo cert workaround.
BUG=none
TEST=net_unittests
http://codereview.chromium.org/4185001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64262 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
new tabs.
BUG=914 (http://code.google.com/p/nativeclient/issues/detail?id=914)
TEST=none
Relied on trybots and manually checking "about:histograms"
Review URL: http://codereview.chromium.org/4065005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64261 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=61023
TEST=trybots
Review URL: http://codereview.chromium.org/4148008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64260 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dimich@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4142010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64259 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now that SSLHostInfo is doing an opportunistic certificate validation
based on the predicted certificates we can skip a second validation if
we find that the prediction was correct.
(This is behind --enable-snap-start because the SSLHostInfo's aren't
created otherwise.)
BUG=none
TEST=net_unittests
http://codereview.chromium.org/4147003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64258 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=60713
TEST=Configure policy to disable sync, start chrome. Observe that it doesn't crash right away!
Review URL: http://codereview.chromium.org/4127008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64257 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dimich@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4186008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dimich@chromium.org
BUG=61097
TEST=none
Review URL: http://codereview.chromium.org/4184005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64255 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Removes use of labels and unique_ids in the testing_automation_provider
BUG=58813
TEST=none
Review URL: http://codereview.chromium.org/4192005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64254 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=phajdan.jr@chromium.org
BUG=57158
TEST=none
Review URL: http://codereview.chromium.org/4154005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64253 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
IChromeFramePrivate. This interface provides a GetSessionId() which returns the ID used by Chrome in its Tab javascript object.
Review URL: http://codereview.chromium.org/3541017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64252 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=brettw@chromium.org,fishd@chromium.org
BUG=61092
TEST=none
Review URL: http://codereview.chromium.org/4217001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64251 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=phajdan.jr@chromium.org
BUG=57158
TEST=none
Review URL: http://codereview.chromium.org/4095010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64250 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=60211
TEST=trybots
Review URL: http://codereview.chromium.org/4097010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64249 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=jcivelli@chromium.org
BUG=50025
TEST=none
Review URL: http://codereview.chromium.org/4100010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64248 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
CAPTCHA correctly
BUG=chromium-os:7867
TEST=unit tests, install on device and verify that you can clear the CAPTCHAd state for a HOSTED account, and still see the appropriate log message.
Review URL: http://codereview.chromium.org/4109004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64247 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Incognito mode.
BUG=chromium-os:6907
TEST=Enter Guest mode, open new tab. Check opened page.
Review URL: http://codereview.chromium.org/4010004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64246 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously we would extract the chain built by NSS which may not have
matched the actual chain sent by the server. Since we use the
SSLHostInfo recorded chain for Snap Start prediction, this would
trigger mispredicts.
TEST=none
BUG=none
http://codereview.chromium.org/4103005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64245 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This reverts commit r64079. The perf regression turned out not to be the fault
of the libpng change.
BUG=60942
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64243 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original CL: http://codereview.chromium.org/4179001/show
7. Textfield - focus border issue
9. Textfield - font size
11. Sign in - h padding
13,14 Link text & color.
Button minimal width - 90px.
BUG=chromium-os:8101
TEST=manual
Review URL: http://codereview.chromium.org/4156005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
assigned.
Make proxy settings work on welcome screen in chromium OS.
BUG=http://crosbug.com/3062
TEST=Manual
Review URL: http://codereview.chromium.org/3860001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64241 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
to the string constructor
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4181004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64240 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=dimich@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4135009
TBR=mnaganov@chromium.org
Review URL: http://codereview.chromium.org/4141007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64239 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:8095
TEST=Click on Guest pod.
Review URL: http://codereview.chromium.org/4103006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64238 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dimich@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4135009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64237 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
preference is managed.
BUG=49607
TEST=none
Review URL: http://codereview.chromium.org/4170006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64236 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:8099
TEST=manual
Review URL: http://codereview.chromium.org/4205001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64235 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The code in question is no longer needed since Skia has changed to remove the #define in question.
BUG=None
TEST=Compilation shouldn't break
Review URL: http://codereview.chromium.org/4099004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64234 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
algorithms via the command-line argument --ssl-alg.
BUG=58831
TEST=Run test_server.py as an HTTPS server with --ssl-alg=rc4. Connect via openssl s_client -connect 127.0.0.1:1337 -cipher DEFAULT:\!RC4. Observe a connection failure. Connect with openssl s_client -connect 127.0.0.1:1337, observe that a ciphersuite that uses RC4 is negotiated.
Review URL: http://codereview.chromium.org/3812007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64233 0039d316-1c4b-4281-b951-d872f2087c98
|