- 01 Nov, 2011 40 commits
-
-
avi@chromium.org authored
BUG=95573 TEST=no change in functionality Review URL: http://codereview.chromium.org/8440001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108165 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=jsbell@chromium.org R=jsbell@chromium.org BUG=102537 TEST= Review URL: http://codereview.chromium.org/8440012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108164 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=76992 TEST=Autofill continues to upload form data to the crowdsourcing server Review URL: http://codereview.chromium.org/8387016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108162 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
(font-size, checkbox, radio button, adding new language page) 1. Change font size to 16px. This font size proves to be more touch friendly while not affecting layout. 2. Rescale the checkbox and radio button. They were too tiny to touch. 3. Use drop down menu for adding new languages overlay page in touch ui builds. BUG=100377 TEST=None Review URL: http://codereview.chromium.org/8417029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108161 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
This adds an icon-visibility attribute to cr.ui.Tree. If 'hidden', no space is reserved beside .tree-item labels and icons are not displayed. 'all' => show folder icons beside all nodes. 'parent' => show folder icons beside expandable/parent nodes. Removes icons from certificate viewer. BUG=101920 TEST=None Review URL: http://codereview.chromium.org/8341081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108160 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8430019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108159 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
BUG=81293 Review URL: http://codereview.chromium.org/8440010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108158 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=jam@chromium.org BUG=90442 TEST= Review URL: http://codereview.chromium.org/8430025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108157 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=erg@chromium.org BUG=90442 TEST=test_support_common compiles w/ content shared lib. Review URL: http://codereview.chromium.org/8429029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108156 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
BUG=102223 TEST=Bring up print preview in Chrome OS. Open the printer selection dropdown and choose to search for additional printers. Print preview should go away and cloud print dialog should appear. Review URL: http://codereview.chromium.org/8341126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108155 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
This was committed in r106327 but reverted due to tsan failures. r107459 may have resolved tsan issues. Review URL: http://codereview.chromium.org/8386007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108154 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This is because some implementations of eglGetProcAddress do not return null for entry points that are not available. This gives a convenient and efficient way of determining whether a particular entry point can be called. Review URL: http://codereview.chromium.org/8416054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108153 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Test is failing on mac trybots occassionally, and have seen similar failure for other MigratePrefs* tests BUG=100382 TEST=sync_integration_tests TBR=atwilson@chromium.org Review URL: http://codereview.chromium.org/8418030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108152 0039d316-1c4b-4281-b951-d872f2087c98
-
simonjam@chromium.org authored
The silly existing behavior is try to create another stream with the same ID, which causes a crash. BUG=102295 TEST=Start Chrome with --enable-http-pipelining, visit http://test.webdav.org/auth-basic/, enter "user1" for both username and password. It should return a "Not found" page. Review URL: http://codereview.chromium.org/8432024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108151 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
We believe that IE7 and above no longer support user:pass@host inside urls. We shouldn't either, but first get data on how often this is hit. Review URL: http://codereview.chromium.org/8430022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108150 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
BUG=101214 Review URL: http://codereview.chromium.org/8399001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108149 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
Adds functionality to the ProfileSyncService to temporarily disable sync and later be able to enable it again. This is achieved by stopping the sync backend and suppressing future startups when sync is disabled. The flag for suppressing startup is removed when enabling sync again, and the sync backend is started. Contributed by nyquist@chromium.org TEST=unit_tests Review URL: http://codereview.chromium.org/8332023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108148 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Make the omnibox treat all paths that end in \ or / as URLs, not just paths that consist solely of a slash. BUG=102435 TEST=Typing "abcdef/ghi j" should show a search (magnifying glass) as the default action, but adding a '\' or '/' should change it to a navigation (globe). Review URL: http://codereview.chromium.org/8427019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108147 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-