- 04 Aug, 2011 35 commits
-
-
avayvod@chromium.org authored
R=xiyuan@chromium.org BUG=chromium-os:18608 TEST=Verify that on WebUI OOBE and Login pages there's version info label. Review URL: http://codereview.chromium.org/7564028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95406 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change suppresses the leaks for Bug 80238, which has be removed by r95363 <http://crrev.com/95363>, because we often see these leaks on the "Chromium OS Heapcheck" bot after the change. TBR=timurrrr,glider,thestig BUG=80238 TEST=make the "Chromium OS Heapcheck" bot green. Review URL: http://codereview.chromium.org/7575006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95405 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95402 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
We have reliability bot crashes on our own reliability runner for this. Review URL: http://codereview.chromium.org/7566030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95401 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95400 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
THis change disables OutOfProcessPPAPITest.PostMessage on valgrind because it often exceeds timeouts on our memory bots. TBR=timurrrr,glider,thestig BUG=89961 TEST=make the "Linux Tests (valgrind)(6)" bot and the "Chromium Mac UI (valgrind)(1)" bot greener. Review URL: http://codereview.chromium.org/7574006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95398 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7551012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95397 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
Now that ForceReopenWindow method is gone(in r91695), the browser process should own the DevToolsManager. BUG=None TEST=existing DevTools tests Review URL: http://codereview.chromium.org/7461125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95396 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95395 0039d316-1c4b-4281-b951-d872f2087c98
-
lrn@chromium.org authored
Review URL: http://codereview.chromium.org/7465083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95394 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change just fixes two trivial memory errors occurred in ComponentUpdater::ComponentUpdater(). BUG=91486 TEST=make memory bots greener. Review URL: http://codereview.chromium.org/7565002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95393 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
This gives better modularity (no need to include every js file into main.html). Review URL: http://codereview.chromium.org/7453045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95392 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
BUG=chromium-os:18127 TEST=manual Review URL: http://codereview.chromium.org/7461114 Patch from Seigo Nonaka <nona@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95391 0039d316-1c4b-4281-b951-d872f2087c98
-
Takano.Naoki@gmail.com authored
In Alaska Air regsitration page, there is "title" selection. So I added "title/prefix/suffix" for ignore text in name_field and MATCH_SELECT. BUG=69912 TEST=Run 20_register_alaskaair.com.html Review URL: http://codereview.chromium.org/7545003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95390 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
Setting className of the keyboard is deferred until window.onhashchange but early exit in onhashchange caused the class of keyboard to remain nodisplay. This change modify the initKeyboard to set the className. BUG=none TEST=Manually checked the keyboard was shown properly. Review URL: http://codereview.chromium.org/7531026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95387 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=none TBR=playmobil Review URL: http://codereview.chromium.org/7572012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95385 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
I believe this was lost in some local merge. It prevents the default focus indicator for nav dots. BUG=none TEST=manual Review URL: http://codereview.chromium.org/7545026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95384 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
dispense with anchor pings (these are limiting because you have to use anchor elements) and just use chrome.send apis. Also note that ntp3 is broken: NTP_RECENTLY_CLOSED app launches will never be recorded because preventDefault prevents the ping from being sent. BUG=none TEST=manual Review URL: http://codereview.chromium.org/7550015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95383 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
BUG=89402 Review URL: http://codereview.chromium.org/7508039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95382 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Incognito mode doesn't have a sync service. Additionally, if there is no browser window associated with the main profile, create one. BUG=90570, 90466 TEST="Set Up Chrome Sync" from Incognito wrench menu doesn't crash (and opens tab in main profile). TEST=Test also works if all main-profile windows are closed. TEST=On Mac, close all windows and select "Set Up Sync" from Chrome menu. Review URL: http://codereview.chromium.org/7477021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95381 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7355011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95380 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
After some discussion we decided that we no longer want a new profile setup UI. BUG= TEST= Review URL: http://codereview.chromium.org/7563023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95379 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
BUG=91423 TEST=ClientSideDetectionServiceTest Review URL: http://codereview.chromium.org/7465101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95378 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95371 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Set the label and tooltip text. BUG=90771 TEST=none R=erg@chromium.org,thestig@chromium.org Review URL: http://codereview.chromium.org/7564036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95370 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=none TEST=tree green Review URL: http://codereview.chromium.org/7570003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95369 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Wrap the link in a div instead of hacking the display to block. BUG=90939 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/7508046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95367 0039d316-1c4b-4281-b951-d872f2087c98
-
lipalani@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7563017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95365 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=91619 TEST=Manual Review URL: http://codereview.chromium.org/7565025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95364 0039d316-1c4b-4281-b951-d872f2087c98
-
ghc@google.com authored
The underlying issue should be fixed as of revision 94160. Tested with: tools/heapcheck/chrome_tests.sh -t sync_unit_tests BUG=88438 Review URL: http://codereview.chromium.org/7508037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95363 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=88878 TEST=None Review URL: http://codereview.chromium.org/7484040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95362 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=91462 TEST= Review URL: http://codereview.chromium.org/7564023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95361 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
placeholder. BUG=80038 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/7565021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95360 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Return cryptohome final failure state instead of intermediate ones if there is no parallel online attempt (when using oauth login); - Fix js error when using Gaia sign-in; BUG=chromium-os:18651 TEST=Verify fix for chromium-os:18651. Review URL: http://codereview.chromium.org/7562010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95358 0039d316-1c4b-4281-b951-d872f2087c98
-
braffert@chromium.org authored
This patch modifies LiveSessionsSyncTest::ModelAssociatorHasTabWithUrl so that it is no longer hard-coded to check only windows[0]->tabs[0]. With this change, it iterates through all windows and all tabs, so it will return true if any tab in the given profile has the specified URL. This change has no immediate effect, but it is intended to be one step towards eventually adding tab/session sync performance tests. I also added LiveSessionsSyncTest::GetLocalSession to eliminate a little bit of repeated code. BUG= TEST=sync_integration_tests Review URL: http://codereview.chromium.org/7562020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95357 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Aug, 2011 5 commits
-
-
rsesek@chromium.org authored
This also refactors part of ProfileInfoCache into an abstract interface that is more suitable for testing. BUG=60105 TEST=Partially covered by unit_tests. No UI changes yet. Review URL: http://codereview.chromium.org/7544031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95355 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7554020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95354 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Print a warning about it on startup for now since I expect some bot somewhere to go bad. Review URL: http://codereview.chromium.org/7570002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95353 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
(His comments came in after I had already landed.) Fix some style nits as well as a copy'n'paste error. Review URL: http://codereview.chromium.org/7508038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95351 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
For a detailed description see part #1, http://codereview.chromium.org/6478005/ BUG=61062 TEST=unit_tests, possibly more Review URL: http://codereview.chromium.org/7465041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95350 0039d316-1c4b-4281-b951-d872f2087c98
-