- 01 Nov, 2011 40 commits
-
-
cpu@chromium.org authored
No need, we delayload now BUG=none TEST=chrome runs on XP Review URL: http://codereview.chromium.org/8386011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108175 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8440008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108174 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=bshe@chromium.org BUG=102546 TEST= Review URL: http://codereview.chromium.org/8439014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108173 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
TopSites was returning just 8 (because that is how many MostVisited needs). However now that we can have more than one consumer of TopSites (the other being an extension), we should leave it up to the consumer to decide how many they want to use. (most_visited.js already slices off the top 8 so no change is needed there) BUG=100394 TEST=manual Review URL: http://codereview.chromium.org/8401026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108172 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
This was missing from r106538 BUG=none TEST=none Review URL: http://codereview.chromium.org/8437011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108171 0039d316-1c4b-4281-b951-d872f2087c98
-
tessamac@chromium.org authored
BUG=81752 TEST= Review URL: http://codereview.chromium.org/8343079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108170 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
It allows a D3D9Ex render target texture to be drawn in one process and presented to a Window in another. Presentation is done by a pool of 4 threads so that multiple (up to 4) windows can be presented at full frame rate. It also deals with acknowleding when it is safe for the producer to render the next frame. There are some complications with D3D and threading. Even when a device is created with the MULTITHREAD flag, there are limitations to what can be done. Only the thread that creates the device can reset it or destroy it. Therefore each Accelerated surface keeps track of which thread that is. Any thread can present so a simple round robin scheduler assigns presents to the least recently used thread. It'll be used by this: http://codereview.chromium.org/8060045/ Review URL: http://codereview.chromium.org/8395012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108169 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@google.com authored
TEST=None BUG=None Review URL: http://codereview.chromium.org/8440013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108168 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Should allow us to fully convert all bubbles (bookmark, etc.) Use separate border and contents widgets (like old bubble). Supports transparency/opacity with fading, etc. Remove BubbleView remnants; update tests. BUG=98312 TEST=No views_examples bubble problems. Review URL: http://codereview.chromium.org/8368006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108167 0039d316-1c4b-4281-b951-d872f2087c98
-
vangelis@chromium.org authored
of fixed position elements. BUG=None TEST=Manual testing to verify the flag works. Review URL: http://codereview.chromium.org/8404026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108166 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-