| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
http://crbug.com/109238
TBR=cira@chromium.org,RDevlin.Cronin@gmail.com
Review URL: http://codereview.chromium.org/9108006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116463 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
An exponential poll delay is used which doubles the delay after each attempt (for instance polls might occur at 4 seconds, then 8 seconds, then 16 seconds, up to a maximum of 2 minutes).
This same mechanism also applies to the resolution of "auto-detect" settings.
The intent of this change is to make it possible to
(1) Notice server-side changes made to the PAC scripts
(2) Recover from spurious network errors when initially downloading PAC scripts.
BUG=90581
TEST=Configure Chrome to use a PAC script which fails to load (i.e. a non-existent file:// url, or remap the host's DNS record). Start Chrome and verify using about:net-internals that it has failed to fetch the PAC script and has fallen back to DIRECT settings. Fix the PAC URL to work and wait for chrome to notice the change and reconfigure itself (will take a maximum of 2 minutes).
Review URL: http://codereview.chromium.org/9078003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116462 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8986010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116461 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116460 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Optimistically rolling up to 104116 to see if revert of 104084 fixes
dom_perf.
TBR=hclam@chromium.org
Review URL: http://codereview.chromium.org/9111006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116459 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Fix same-origin requests, so they can send credentials.
BUG=NONE
TEST=ui_tests
Review URL: http://codereview.chromium.org/9093004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116457 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
R=hbono@chromium.org
BUG=None
TEST=Win Aura compiles.
Review URL: http://codereview.chromium.org/9111005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116456 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The function does not take into account the modifier.
BUG=107837
TEST=see the bug
Review URL: http://codereview.chromium.org/8968011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116451 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Build on ChromeOS
Review URL: http://codereview.chromium.org/9108003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116450 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
R=dmazzoni@chromium.org
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8932002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116447 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116445 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=hclam@chromium.org
Review URL: http://codereview.chromium.org/9110004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116444 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upon receipt of the Public-Key-Pins header, check the syntax and the pins, and
set the pins in the TransportSecurityState. From then on, use these new
dynamic pins to validate TLS connections: as with preloaded pins, refuse to
connect to TLS servers that fail the pin check.
The Public-Key-Pins header is defined in an IETF Internet-Draft, and
discussed on the websec@ietf.org mailing list.
Clarified TransportSecurityState member function and field documentation.
Also: Minor "gcl lint" repairs, and a new typedef
std::vector<net::SHA1Fingerprint> FingerprintVector used everywhere relevant.
BUG=78369
TEST=net_unittests TransportSecurityStateTest.*, browser_tests NetInternalsTest.*
Review URL: http://codereview.chromium.org/8082016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116443 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=107479
TEST=net_unittests X509CertificateTest.*
Review URL: http://codereview.chromium.org/8956061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116442 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the ~AudioOutputController() we were calling method supposed to be run
on the audio manager message loop only.
BUG=108685
TEST=Should not be noticeable, crash should go away.
Review URL: http://codereview.chromium.org/9085030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116441 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch prevents the crash, but alt-tab will not work. We need to rework alt-tab window cycling for Aura to be most-recently-used, which is the subject of crbug.com/109193.
BUG=109002
TEST=Run aura with --aura-window-mode=compact. Open two windows. Press F5. Chrome should not crash.
Review URL: http://codereview.chromium.org/9101001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116440 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
R=awong
Review URL: http://codereview.chromium.org/9086002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116439 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The problem was that programmatically modifying the command line doesn't change switches visible in about:flags -- they are in a special section. Reworked the code to:
* Not modify the command line when automatically setting the mode. We now store the mode in ash::Shell.
* Add an "automatic" option for window mode, equivalent to not specifying anything on the command line.
BUG=109002
TEST=aura_shell_unittests for Shell, manual on device modifying about:flags
Review URL: http://codereview.chromium.org/9093002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116438 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=107604
TEST=Verify that 'Open Under the hood' button works correctly.
Review URL: http://codereview.chromium.org/9091015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116437 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116436 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=ericu@google.com
Review URL: http://codereview.chromium.org/9110002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116435 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
i18n strings, among other things, are TODO
BUG=109183
TEST=manual
Review URL: http://codereview.chromium.org/9030033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116434 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The change in RWHVA in r111835 missed the PostSubBuffer path. Also added a minor change to ImageTransportSurfaceLinuxGLX to get rid of an invalid call to SwapBuffers.
R=piman,sky
BUG=none
TEST=try --ui-enable-partial-swap --enable-partial-swap on aura with intel graphics on webkit.org/blog-files/3d-transforms/poster-circle.html; resize the window
Review URL: http://codereview.chromium.org/8983029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116433 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116432 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116431 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
GtkWidget->window
BUG=79722
TEST=none
Review URL: http://codereview.chromium.org/9030029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116430 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The crash bugs weren't related to SwiftShader, so enable it again.
BUG=26001
TEST=
Review URL: http://codereview.chromium.org/9088006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116429 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9070004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116428 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=109197
TEST=none
Review URL: http://codereview.chromium.org/9085015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116427 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
also tweak the timing of the trash lid animation
BUG=107323
TEST=manual
Review URL: http://codereview.chromium.org/8999007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116426 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=browser_tests
Review URL: http://codereview.chromium.org/8999025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116425 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
near/under a panel
This occurs because starting from Windows 7, the system could silently remove the hook we setup to detect the mouse movement event when the app hangs for some time. The fix is to switch to using timer based technique as being used by other platforms.
BUG=105581
TEST=Manual test by minimizing panels and moving mouse around
Review URL: http://codereview.chromium.org/9087019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116424 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IsOrganicFirstRun()
AutoImport()
ImportSettings()
SetShowFirstRunBubblePref()
SetMinimalFirstRunBubblePref()
SetShowWelcomePagePref()
SetPersonalDataManagerFirstRunPref()
PlatformSetup()
BUG=108137
TEST=NONE
Review URL: http://codereview.chromium.org/9016051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116423 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=98716
Review URL: http://codereview.chromium.org/9030035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116422 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gmail test.
I'm adding a new Gmail test that I plan to use to get running continuously
for the Chrome Endure effort. Once this is running, I intend to remove the
other sample Gmail memory bloat test in perf.py.
BUG=chromium-os:22535
TEST=None
Review URL: http://codereview.chromium.org/9034036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116421 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=35194
TEST=Try packing an extension from the browser, both overwriting and not overwriting an existing crx. And do a commandline browser extension pack.
Review URL: http://codereview.chromium.org/9044002
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/9102001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116419 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
r116093 WebKit roll 103871:103897 is to praise.
http://build.chromium.org/f/chromium/perf/mac-release-10.6/dom_perf/report.html?history=150&rev=116397
TBR=cmp
Review URL: http://codereview.chromium.org/9084006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116418 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
- if an intercept entry cant be fetched, the appcache update should fail
- properly mark the intercept entry as FORIEGN when thats detected
BUG=101565
Review URL: http://codereview.chromium.org/8949001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116417 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
in member functions of ChromeBrowserMainParts.
Contributed by simon.hong81@gmail.com
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/8983015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116416 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=109097
Review URL: http://codereview.chromium.org/9070002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116415 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9088027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116414 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9088026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116413 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This may hurt a little.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9030037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116412 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
thread.
This is intended to fix the various leaks involving the DownloadManager;
if the classes destruction is tied to the UI thread and the class is
destroyed at Profile destruction (which it is) it will be leaked
because the UI thread no longer exists at profile destruction.
BUG=100146
BUG=58449
BUG=102255
Review URL: http://codereview.chromium.org/8907002
TBR=rdsmith@chromium.org
Review URL: http://codereview.chromium.org/9030038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116411 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=gpu_tests WebGLTeapot
TBR=pkotwicz
Review URL: http://codereview.chromium.org/9088028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116410 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116409 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=brettw
Review URL: http://codereview.chromium.org/9085029
TBR=ericu@google.com
Review URL: http://codereview.chromium.org/9086016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116408 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=35194
TEST=Try packing an extension from the browser, both overwriting and not overwriting an existing crx. And do a commandline browser extension pack.
Review URL: http://codereview.chromium.org/9044002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116407 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additionally:
- Move a bit of compat code from tab_renderer_gtk.cc to gtk_compat.h.
- Remove an obsolete GTK version check in gtk_util.cc.
- Make the GTK version check in omnibox_view_gtk.cc a runtime check.
BUG=106689
TEST=Google Chrome works on RHEL 6 / Happy RHEL 6 users.
Review URL: http://codereview.chromium.org/9008055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116406 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116405 0039d316-1c4b-4281-b951-d872f2087c98
|