- 31 Jul, 2012 40 commits
-
-
peter@chromium.org authored
BUG=137994 TEST= Review URL: https://chromiumcodereview.appspot.com/10834062 TBR=oleg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149156 0039d316-1c4b-4281-b951-d872f2087c98
-
hsumita@chromium.org authored
BUG=138494 TEST=manually checked on lumpy Review URL: https://chromiumcodereview.appspot.com/10823096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149155 0039d316-1c4b-4281-b951-d872f2087c98
-
glotov@google.com authored
BUG=131177 TEST=manual, units FYI: full change would look like http://codereview.chromium.org/10835041/ Review URL: https://chromiumcodereview.appspot.com/10825098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149154 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=137994 TEST= Review URL: https://chromiumcodereview.appspot.com/10834062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149153 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149152 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=112525 Review URL: https://chromiumcodereview.appspot.com/10831062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149150 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Change constants in GpuMemoryManager to helper functions (and variables). This is towards (1) automated testing of the GPU memory manager and (2) getting actual vidmem values. BUG=132994 Review URL: https://chromiumcodereview.appspot.com/10823092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149149 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
This is actually a merge of upstream commit a44d715d2b19dc2f8f48b01144cc38e4e2c5015a BUG=139587,132211 Review URL: https://chromiumcodereview.appspot.com/10833067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149148 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=135562 TEST=Covered by automated tests. Review URL: https://chromiumcodereview.appspot.com/10833071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149147 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=139674 TEST=none TBR=gene@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149146 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=136469 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10698163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149145 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149143 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none TBR=apavlov Review URL: https://chromiumcodereview.appspot.com/10831085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149142 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10829094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149141 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=128378 TEST=unit_tests:GData* and browser_tests:GData* passes. using TBR for gyp changes TBR=thakis@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148990 Review URL: https://chromiumcodereview.appspot.com/10808027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149140 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=116025 NOTRY=TRUE Review URL: https://chromiumcodereview.appspot.com/10832079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149139 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
BUG= TBR=mpcomplete Review URL: https://chromiumcodereview.appspot.com/10825094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149138 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change temporarily removes the svn:executable flag from handler.py to make the "Linux" bot green. (I'm not totally sure if it is the expected solution.) TBR=cduvall BUG=none TEST=check_perms Review URL: https://chromiumcodereview.appspot.com/10829096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149137 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=126674 TEST=git try -b linux_chromeos Review URL: https://chromiumcodereview.appspot.com/10830033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149136 0039d316-1c4b-4281-b951-d872f2087c98
-
gauravsh@chromium.org authored
A value of 0x0 causes an an assertion failure in WebKit's FrameView which doesn't like a 0 min size. BUG=chromium-os:33086 TEST=observed manually on a Chrome OS build. Review URL: https://chromiumcodereview.appspot.com/10824102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149133 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none TBR=kmadhusu Review URL: https://chromiumcodereview.appspot.com/10829095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149130 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=139363 Review URL: https://chromiumcodereview.appspot.com/10834058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149129 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
BUG=137764 TEST= Review URL: https://chromiumcodereview.appspot.com/10826038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149125 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
BUG=136624 TEST=See bug (SB Audigy SE configured at 48 kHz (default) on Win7 + Flapper). Review URL: https://chromiumcodereview.appspot.com/10821100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149119 0039d316-1c4b-4281-b951-d872f2087c98
-
smckay@chromium.org authored
BUG=137907 Review URL: https://chromiumcodereview.appspot.com/10824099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149118 0039d316-1c4b-4281-b951-d872f2087c98
-
paivanof@gmail.com authored
and avoid doing that on the thread disallowing IO. Encapsulate all tasks that need to be done on polling thread into a different class and allow it to be deleted asynchronously. Also update unit tests as MockOrientationFactory is no longer guaranteed to be deleted after one test is done and before next test is starting. BUG=72286 Review URL: https://chromiumcodereview.appspot.com/10835030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149117 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Browser Plugin: Rename BrowserPluginMsg/BrowserPluginHostMsg to OldBrowserPluginMsg/OldBrowserPluginHostMsg The upcoming rewrite of the browser plugin has colliding names for IPC messages. Rename existing messages to Old in preparation for the new implementation. BUG=none Review URL: https://chromiumcodereview.appspot.com/10829074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149116 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=139308 Review URL: https://chromiumcodereview.appspot.com/10827095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149114 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=135580 TEST=manually checked on lumpy Review URL: https://chromiumcodereview.appspot.com/10828005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149113 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=139407 TEST=None Review URL: https://chromiumcodereview.appspot.com/10832055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149112 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=134529 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10820034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149111 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
BUG=121174 Review URL: https://chromiumcodereview.appspot.com/10806072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149110 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Found with: $ ./build/gyp_chromium -Dclang=1 -Dclang_use_chrome_plugins=1 $ ninja -C out/Debug base -k4 -j4 2>&1 | tee errors And a tweak in plugin_flags.sh BUG=115047 R=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149109 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
TBR=jhawkins@chromium.org BUG=101244 Review URL: https://chromiumcodereview.appspot.com/10750016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149108 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=134189 Review URL: https://chromiumcodereview.appspot.com/10832074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149107 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=138999,139274 Review URL: https://chromiumcodereview.appspot.com/10833060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149106 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
This grants permission to <anything>.talkgadget.google.com as well as allowing simply talkgadget.google.com. This is to prepare for (1) changing the default talkgadget name to something specific to chromoting and (2) adding a policy setting that allows the talkgadget name to be changed. BUG=108448 TEST=none Review URL: https://chromiumcodereview.appspot.com/10789054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149105 0039d316-1c4b-4281-b951-d872f2087c98
-
dmurph@chromium.org authored
BUG=139711,139681 Review URL: https://chromiumcodereview.appspot.com/10826073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149104 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
This allows DevicesChangedObserver to listen to desired events, instead of being woken up by change of uninterested devices. BUG=137799 Review URL: https://chromiumcodereview.appspot.com/10836004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149103 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149102 0039d316-1c4b-4281-b951-d872f2087c98
-