- 02 Mar, 2012 15 commits
-
-
jbates@chromium.org authored
BUG=113159,116438 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124346 Review URL: http://codereview.chromium.org/9509001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124562 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124561 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
TBR=haraken@chromium.org Review URL: https://chromiumcodereview.appspot.com/9565038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124560 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=wjmaclean Review URL: https://chromiumcodereview.appspot.com/9570056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124559 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
Also note that these are just placeholders.In fact for solid colors we can take advantage of the layer rather than having a bitmap. Landing the assets ahead of the Cl. TBR=sky@chromium.org BUG=105508 TEST=none Review URL: https://chromiumcodereview.appspot.com/9562046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124558 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=116475 TEST=none TBR=wjmaclean Review URL: https://chromiumcodereview.appspot.com/9565040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124557 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
Since this functionality is not yet available, I've removed the link to it on the home page, but I wanted to get it ready for when we have connection history data so that I can trim the CSS and get the strings translated. BUG=115350 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9562044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124556 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=115145 Review URL: https://chromiumcodereview.appspot.com/9549029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124555 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
GDataFileSystem was a ref counted object, but deleted by ProfileKeyedServiceFactory with 'delete'. This was horribly wrong, and resulted in a crash at deletion of GDataFileSystem that happened at browser shutdown time. The fix is to make GDataFileSystem non-ref counted. WeakPtr is used to create callbacks. Along the way, replaced kGDataAPICallThread with BrowserThread::UI in gdata.cc. TokenFetcher requires callers to be on UI thread. BUG=chromium-os:27121 TEST=Run chrome on debug build, open the file manager, show gdata files, Ctrl-C to exit. No crash from GDataFileSystem Review URL: https://chromiumcodereview.appspot.com/9564002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124554 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Separate out the Windows bookmark handling code out of the core drag & drop target class. This matches what we do on mac/gtk and is in prepartion for moving the core class to content (like what we did for mac/gtk). BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9564034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124553 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
This does everything but animate the trailing ">" icon from the right side of the omnibox to the left when entering tab-to-search mode. The TTS arrow indicator is now properly GTK themed, as well. (Doing the animation is lower priority. It would require more extensive refactoring that I don't have time for as I have code yellow work.) BUG=116292 TEST=all new tab-to-search behavior matches views sans animation. Review URL: http://codereview.chromium.org/9562029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124552 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Chromeos folks once encountered a bug introduced by calling UnregisterOperation on a wrong thread-- adding assertions should help avoid introducing such bugs. BUG=none TEST=none Review URL: http://codereview.chromium.org/9568028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124551 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
Needed for swiftshader to work. BUG=116092 TEST= Review URL: http://codereview.chromium.org/9567021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124550 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124538 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Review URL: http://codereview.chromium.org/9568015 TBR=fschneider@chromium.org Review URL: https://chromiumcodereview.appspot.com/9569045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124537 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Mar, 2012 25 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124535 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
This CL does not affect Chrome directly, only which archived bundles get pushed to NaCl SDK users. TEST= manual (test already run on SDK builders) TBR= brandnelson@chromium.org Review URL: https://chromiumcodereview.appspot.com/8915012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124534 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
TBR=haraken@chromium.org Review URL: https://chromiumcodereview.appspot.com/9564035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124532 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/9570029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124531 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9569031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124530 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
enabled for google accounts. BUG=None TEST=Create a new profile. Go to content settings and block all sites from setting data. Alternatively, block only the https://accounts.google.com from setting data. Now connect the profile a google account. The browser should not be logged (i.e. going to gmail should not show the inbox). Looking at all cookie and site data should show no cookies for accounts.google.com. Review URL: http://codereview.chromium.org/9549026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124527 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=114497 TEST=The browser window should not dipping under the launcher bar when toggling with full screen mode. Review URL: http://codereview.chromium.org/9515003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124524 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9564036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124523 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124520 0039d316-1c4b-4281-b951-d872f2087c98
-
petermayo@chromium.org authored
This more accurately reflects where they fail. There seem to be very few Google branded Chrome builds that aren't official, but this test fails for them. BUG=113399 TEST=Local passage. Review URL: http://codereview.chromium.org/9568014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124519 0039d316-1c4b-4281-b951-d872f2087c98
-
fschneider@chromium.org authored
Review URL: http://codereview.chromium.org/9568015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124517 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=chromium-os:26646 TEST=none Review URL: https://chromiumcodereview.appspot.com/9562028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124512 0039d316-1c4b-4281-b951-d872f2087c98
-
dfalcantara@chromium.org authored
We currently don't have the ability to print anything on Android. * Exclude chrome/browser/printing and chrome/browser/ui/webui/print_preview from the GYP rule for Android. * Guards calls to various print functions. BUG=http://crbug.com/113487 TEST= Review URL: http://codereview.chromium.org/9447086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124509 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
BUG= TEST=gpu bots R=jbates Review URL: https://chromiumcodereview.appspot.com/9562031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124506 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:27115 TEST=make sure gdata provider allows R/W operations through UI Review URL: https://chromiumcodereview.appspot.com/9570035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124503 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124502 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Attempt 2 at landing http://codereview.chromium.org/9317096/ Same as before except for fixes in checkperms/ However, fixes have landed elsewhere for: - mp3 decode issue. - FrameRateNoVsyncCanvasInternalTest.fishbowl/0 BUG=110776 TEST=unittests, layouttests, trybots, perf tests... Review URL: https://chromiumcodereview.appspot.com/9447029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124501 0039d316-1c4b-4281-b951-d872f2087c98
-
krisr@chromium.org authored
BUG=chromium-os:27048 Review URL: https://chromiumcodereview.appspot.com/9549030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124500 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9562011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124499 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
BUG=88318 TEST=HistoryExtensionApiTest.Delete TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9569033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124498 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9575001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124497 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=tree Review URL: https://chromiumcodereview.appspot.com/9570033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124496 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
1. improve appearance (match Glen mock) 2. make them appear in overlays as appropriate 3. move below title. BUG=114711 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9513016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124495 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
BUG=116412 TEST=process_test Review URL: https://chromiumcodereview.appspot.com/9570025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124494 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is a follow up patch to address the comments from: http://codereview.chromium.org/9544001/diff/2007/ui/gfx/native_theme_chromeos.cc#newcode662 R=pkasting@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9565021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124493 0039d316-1c4b-4281-b951-d872f2087c98
-