- 31 Jul, 2012 38 commits
-
-
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
-
cduvall@chromium.org authored
A test that makes sure all the pages in the templates/public directory render without erroring. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10828042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149101 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
Now protoc.exe will be directly invoked. This rolls cacheinvalidation from r218:r219 ------------------------------------------------------------------------ r219 | ghcooper@gmail.com | 2012-07-20 17:44:14 -0700 (Fri, 20 Jul 2012) | 1 line move protos out of v2/; use relative paths for proto imports ------------------------------------------------------------------------ This also rolls gyp from r1440:r1441 ------------------------------------------------------------------------ r1441 | iannucci@chromium.org | 2012-07-26 17:54:17 -0700 (Thu, 26 Jul 2012) | 8 lines Fix bug: non-cygwin actions incorrectly run options through _FixPath. This adds an additional heuristic to the existing one. Now if an option begins with either a '/' OR a '-', it assumes it's not a strict path. Added a TODO which notes that the existing (and new) behavior will miss options such as '--opt=a/posix/path', and '/opt:a/posix/path'. Review URL: https://chromiumcodereview.appspot.com/10829049 ------------------------------------------------------------------------ BUG=123026,113339 R=scottmg@chromium.org,cmp@chromium.org,nsylvain@chromium.org,jar@chromium.org,akalin@chromium.org,maruel@chromium.org TEST= Review URL: https://chromiumcodereview.appspot.com/10796051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149100 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
In order to manage device media gallery permissions, use a device id that is unique and persistent across device attachments. Therefore, extract device uuid from DiskInfo::InitializeFromResponse and use that identifier while dispatching media device attached notification event. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10830003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149099 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
TBRing becasue of a very trivial changes. BUG=none TBR=tbarzic@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149098 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10824094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149097 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=96369 TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10830083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149096 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Instead of including singleton.h in header files we can forward declare it, and include only in the source file. There is also a presubmit check for this, I didn't know ;) R=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10835029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149095 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=131355 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10835036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149094 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
TBR=wtc BUG= TEST=Swarm bots stop failing the runhooks step Review URL: https://chromiumcodereview.appspot.com/10829089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149093 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10834057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149092 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
Purpose of this change is to help future-proof the script. Since old versions of this script may be run when signing old builds, removing this check for too many args allows us to add new params on the calling side without breaking old builds. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10826076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149091 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
BUG=83382 Review URL: https://chromiumcodereview.appspot.com/10834073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149090 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
CHECK was to determine whether this failure is possible. It is. BUG=139145 Review URL: https://chromiumcodereview.appspot.com/10823045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149087 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
The backing code that this referenced was removed some time ago in http://codereview.chromium.org/10453013/ Review URL: https://chromiumcodereview.appspot.com/10836013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149085 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Jul, 2012 2 commits
-
-
zmo@google.com authored
We have to do this to avoid potential kernel panic. Will remove this entry once Apple fixes the issue and pushes the updates to users. BUG=134015 TEST= Review URL: https://chromiumcodereview.appspot.com/10837006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149084 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This may help in tracking down any synchronization issues. BUG=135546 Review URL: https://chromiumcodereview.appspot.com/10836018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149083 0039d316-1c4b-4281-b951-d872f2087c98
-