- 11 Aug, 2011 40 commits
-
-
rch@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7477055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96481 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=92571,92573 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7635007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96480 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
Add crash_service64.exe in places where crash_service.exe is depended upon, otherwise it doesn't get built on Buildbot. Declaring run-time dependencies via Gyp dependencies is a hack: creating test_support_ui.a doesn't depend on crash_service.exe being present. But it seems to be the usual practice to sprinkle run-time dependencies in Gyp dependencies until the desired effect is achieved. BUG=89730 TEST=trybots Review URL: http://codereview.chromium.org/7619012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96479 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=91386 TEST=None Review URL: http://codereview.chromium.org/7542026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96478 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
BUG=92563 TEST=None TBR=pkasting Review URL: http://codereview.chromium.org/7640002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96477 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=83561 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7634007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96476 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Review URL: http://codereview.chromium.org/7606011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96475 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=46144,92548,92554 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7639005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96474 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This will allow us to get the instance for a resource consistently in the proxy and webkit glue. Review URL: http://codereview.chromium.org/7461147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96473 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
- Move SetSocketReusePolicy down into the existing, larger anonymous namespace. - Move AddPreReadHistogramTime into the anonymous namespace. - Add function declaration for SetSocketReusePolicy because it's used in BrowserMainParts, but defined in the anonymous namespace which comes afterwards (maybe we should move the anonymous namespace up?). - Move RecordPreReadExperimentTime to the end of the file (it's declared at the end of browser_main.h, so that seems more consistent). Review URL: http://codereview.chromium.org/7623022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96472 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96471 0039d316-1c4b-4281-b951-d872f2087c98
-
cira@google.com authored
Definition was removed in r66267. Review URL: http://codereview.chromium.org/7616018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96470 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=None TEST=None R=jeanluc@chromium.org Review URL: http://codereview.chromium.org/7620015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96469 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
BUG=none TEST=extension browser tests Review URL: http://codereview.chromium.org/7619011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96468 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=none TEST=this Review URL: http://codereview.chromium.org/7488060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96467 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96463 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
TBR= BUG= TEST= Review URL: http://codereview.chromium.org/7617020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96462 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
This change adds autotest control files and an associated pyauto suite for running the tests in perf.py as an autotest. This change only allows execution as an autotest, but does not enable the tests to run continuously in the autotest lab. That will be done in a later CL. I also modified perf.py so that the v8 benchmark test only runs for a single iteration, and for the other tests, the number of iterations can optionally be tweaked by setting an environment variable (useful when running the perf tests manually). BUG=chromium-os:18187,chromium-os:18185,chromium-os:18458 TEST=None Review URL: http://codereview.chromium.org/7617014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96461 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
If there's an auth error, and the user clicks a signin link, show the login dialog straight away. Before this, the code would make a generic "ShowSetup" call with "NONFATAL_ERROR", resulting in infinite spin. BUG=91286, 92265 TEST=change gaia password for active sync account that is ASP enabled. observe error in UI, sign back in. dialog should dismiss on success. Review URL: http://codereview.chromium.org/7590018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96459 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=92535 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7634004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96458 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=80654 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7639001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96456 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/7616019/phajdan.jr@chromium.org authored
TBR=jcivelli BUG=90905 Review URL: http://codereview.chromium.org/7637001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96455 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
TBR=jcivelli BUG=90905 Review URL: http://codereview.chromium.org/7616019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96453 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7617016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96452 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7616017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96451 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=92527 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7635001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96450 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=RegisterIntentHandlerInfoBarDelegateTest.Accept R=groby@chromium.org Review URL: http://codereview.chromium.org/7601013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96449 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=chromium-os:19017 TEST=manual Review URL: http://codereview.chromium.org/7623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96448 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
Calculated by each provider using whatever measure makes sense and stored as a float in the range [0, 1]. Will be used for determining benefit of using instant, prerender, DNS preconnect to increase success rate and avoid wasted resources. Currently fed into UMA to validate experiment. BUG=None TEST=None Review URL: http://codereview.chromium.org/7607007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96446 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7587017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96445 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:18876 TEST=See issue. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96054 Review URL: http://codereview.chromium.org/7528016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96444 0039d316-1c4b-4281-b951-d872f2087c98
-
braffert@chromium.org authored
Currently each datatype included in the sync performance tests contains a disabled test which was intended to be run offline to observe how the performance scales according to the number of entries synced. We are not planning on enabling these tests, because they were never intended to be automated in the first place, so they should not be included at all. BUG=none TEST=sync_performance_tests Review URL: http://codereview.chromium.org/7491062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96441 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
- Change how BOOKMARK_BAR_VISIBILITY_PREF_CHANGED is handled because it broke interaction w/ incognito windows. - Make SIDEBAR_CHANGED listen only to a certain SidebarManager instance. - Mark COOKIE_CHANGED as ok to listen to AllSources(). BUG=87457, 92506 TEST=none Review URL: http://codereview.chromium.org/7610003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96440 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=none TEST=gcc Review URL: http://codereview.chromium.org/7623024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96438 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96437 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
Previously, the TBR notation appears on the first line of the description, which prevented the commit-queue from recognizing it as a valid notation. This patch moves it to its own line, causing the patch to be accepted by the commit-queue. BUG= TEST= Review URL: http://codereview.chromium.org/7617013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96436 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Introduced by 96243. BUG= TEST= Review URL: http://codereview.chromium.org/7622015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96435 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This is because DraggableButton inherits from NSButton when a future class will need it to inherit from NSPopupButton. Because ObjC lacks multiple inheritance, and we want to avoid runtime trickery, this is the result. BUG=none TEST=Dragging download shelf and bookmark bar items works as before. Partially covered by unit tests. Review URL: http://codereview.chromium.org/7462018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96433 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=None TEST=None R=jeanluc@chromium.org Review URL: http://codereview.chromium.org/7612011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96432 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
TEST= BUG= TBR=bauerb@chromium.org Review URL: http://codereview.chromium.org/7627001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96430 0039d316-1c4b-4281-b951-d872f2087c98
-