- 01 Nov, 2011 40 commits
-
-
ben@chromium.org authored
BUG=none TEST=visit a website with flash. Review URL: http://codereview.chromium.org/8431009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108146 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
Also used better way of getting top widget for the bubble. BUG=none TEST=touch compiles and touch tests pass Review URL: http://codereview.chromium.org/8423008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108145 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
BUG=102461 Review URL: http://codereview.chromium.org/8428011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108143 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
TBR=ben@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8423015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108142 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
This involves killing the code in ShouldOpenDownload (vestigal), renaming ShouldCompleteDownload to ShouldOpenDownload, and creating a new ShouldCompleteDownload delegate method to allow blocking download completion before final rename. Review URL: http://codereview.chromium.org/8414007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108141 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Will re-enable tomorrow. TBR=dennisjeffrey@chromium.org R=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8440009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108140 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
I had broken it in r108125 TBR=dennisjeffrey@chromium.org R=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8440007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108139 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=101484 TEST=Open the avatar bubble and hit Cmd+Q. No crash. Review URL: http://codereview.chromium.org/8351038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108138 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
BUG=102176 TEST=on Mac, with more than one profile existing, a warning is shown on the settings/personal page about profile password sharing. Review URL: http://codereview.chromium.org/8430017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108137 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
BUG=97411 TEST=interactive_ui_tests --gtest_filter=ConstrainedWindowViewTest.FocusTest Review URL: http://codereview.chromium.org/8052019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108136 0039d316-1c4b-4281-b951-d872f2087c98
-
jrg@chromium.org authored
Follow-up from http://codereview.chromium.org/8387042/ BUG= TEST= Review URL: http://codereview.chromium.org/8387053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108135 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
release builds. BUG=none TEST=none Review URL: http://codereview.chromium.org/8387058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108134 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
The external webpage used by this test is throwing 500. TBR=dennisjeffrey@chromium.org R=dennisjeffrey@chromium.org BUG=102517 TEST= Review URL: http://codereview.chromium.org/8423012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108133 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=98331 TEST=none Review URL: http://codereview.chromium.org/8355042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108132 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=101853 TEST=none Review URL: http://codereview.chromium.org/8431020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108130 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@chromium.org authored
Reverted because it was killing pagecycler performance More background info at http://code.google.com/p/chromium/issues/detail?id=101731 ('re-enable use_skia by default') BUG=101731 Review URL: http://codereview.chromium.org/8384004 TBR=kerz@chromium.org Review URL: http://codereview.chromium.org/8386008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108129 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Enforce that ViewProp is included only on win, non-aura build. BUG=none TEST=none Review URL: http://codereview.chromium.org/8428010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108128 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
This patch is a split of http://codereview.chromium.org/8304017/ . 1. Since all clients of VideoCaptureImpl accept pixel frames with different dimension than requested, there is no need to distinguish them. Remove "resolution_fixed" in media::VideoCapture::VideoCaptureCapability. 2. VideoCaptureImpl is now taking the largested dimension from client requests and send it to browser process. 3. remove some unnecessary code in VideoCaptureModuleImpl since webrtc ViE can handle different frame size. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8400084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108126 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Update pyauto calls GetLocalStatePrefsInfo/SetLocalStatePrefs so that it does not require first browser window to be present. This is so that it can be used at chromeos login screen (when first browser window is not up) BUG=None TEST=None Review URL: http://codereview.chromium.org/8431014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108125 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108124 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8351039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108123 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108122 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
BUG=none TEST=none TBR=johhnyg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108121 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108120 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
Converts Chrome from using scons to using GYP when building nacl_irt. This change causes chrome to use GYP based components for untrusted code. As a benifit, GYP will no longer need to run and scrape scons output to determine irt dependencies. This also allows us to avoid invoking scons during the build process. We roll NaCl deps to get a fix for a simultaneous 32/64 bit build issue on Windows. TEST= try BUG= http://code.google.com/p/chromium/issues/detail?id=96782 Review URL: http://codereview.chromium.org/8416025 TBR=noelallen@google.com Review URL: http://codereview.chromium.org/8440003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108119 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This way, clang is autoupdated for people who use clang on linux, but people and bots who don't use it are still not affected BUG=none TEST=linux clang users stop complaining to me about things that were fixed long ago. Review URL: http://codereview.chromium.org/8429020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108118 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108117 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
Converts Chrome from using scons to using GYP when building nacl_irt. This change causes chrome to use GYP based components for untrusted code. As a benifit, GYP will no longer need to run and scrape scons output to determine irt dependencies. This also allows us to avoid invoking scons during the build process. We roll NaCl deps to get a fix for a simultaneous 32/64 bit build issue on Windows. TEST= try BUG= http://code.google.com/p/chromium/issues/detail?id=96782 Review URL: http://codereview.chromium.org/8416025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108116 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=102419 TEST= TBR=binji@chromium.org Review URL: http://codereview.chromium.org/8439001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108115 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
BUG=None TEST=Make Protector bubble appear, click on Go to settings, then on Wrench menu button. Chrome should not crash. Review URL: http://codereview.chromium.org/8384036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108114 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=95573 TEST=no visible change Review URL: http://codereview.chromium.org/8430013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108113 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: http://codereview.chromium.org/8351036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108112 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
R=ivankr@chromium.org BUG=102480 TEST=Verify that new stats appear at chrome://histograms Review URL: http://codereview.chromium.org/8430027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108111 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@chromium.org authored
More background info at http://code.google.com/p/chromium/issues/detail?id=101731 ('re-enable use_skia by default') BUG=101731 Review URL: http://codereview.chromium.org/8384004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108110 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: http://codereview.chromium.org/8429014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108107 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=96477 TEST=You either need to find a way to manually make the upgrade through the About box fail or get a custom Google Update that returns an error during upgrade (see Ganesh). It is also important to make sure Chromium builds still refuse to update and obviously to make sure the update process through the About box still works. Review URL: http://codereview.chromium.org/8394042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108106 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108104 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8384017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108103 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Review URL: http://codereview.chromium.org/8426003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108102 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=102330 TBR=hbono Review URL: http://codereview.chromium.org/8384034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108100 0039d316-1c4b-4281-b951-d872f2087c98
-