- 13 Feb, 2013 40 commits
-
-
yoshiki@chromium.org authored
In class method (not instance methods), we shouldn't use this because 'this' indicates not "instance" but "class" itself. BUG=175657 TEST=Files.app launches. TBR=mtomasz@chromium.org, haruki@chromium.org Review URL: https://chromiumcodereview.appspot.com/12261004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182252 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
Previously, if the component-updated Flash was the same version as the bundled one, the component-updated one took precedence. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/12218125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182251 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is needed on Android by the application side since r181488. BUG=175159 Review URL: https://chromiumcodereview.appspot.com/12217109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182250 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=169783, 166973, 174061 TEST=unit_tests:NetworkPortalDetectorTest* Review URL: https://codereview.chromium.org/12260003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182249 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
All the changes are in comment. BUG=175657 TEST=none TBR=mtomazs@chromium.org Review URL: https://codereview.chromium.org/12262010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182247 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
No semantics are changed. BUG=175657 TEST=Files.app launches. TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12254008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182246 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
Update JS code in settings page to clear the |controlled-by| attribute on the "Disconnect your Chromium Account" button if signout is allowed. Otherwise, this attribute could get set, but then never cleared if signout was later allowed. BUG=175709 Review URL: https://chromiumcodereview.appspot.com/12210144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182245 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
The associated bug seems to imply a crash on this line ClassifyPage(controller_->GetWebContents()->GetURL()) in OmniboxEditModel::OpenMatch(). This change corrects the part of the test that may fail (if there's no active tab for some reason). I think controller_ is always valid (the rest of the edit model code use it without testing it for non-NULL). But I see at least two places in OmniboxEditModel that test for the non-NULLness of controller_->GetWebContents(). Hence, I think it might be able to be NULL, so this change adds a test for it here too. TEST=new code compiles BUG=142931 Review URL: https://chromiumcodereview.appspot.com/12250014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182244 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://gesturepkotwicz@chromium.org authored
Bug=174123 Test=Manual Repro steps: 1) Run chrome with --ash-enable-workspace-scrubbing 2) Go to chrome://gesture 3) Modify the value of "Duration of the animations to start cycling" 4) Ensure that you have several maximized workspaces 5) Move fingers vertically on track pad. Notice difference in the duration of the animations to start cycling through workspaces Repeat 3 - 5 as many times as you see fit Review URL: https://chromiumcodereview.appspot.com/12212040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182243 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
All the changes are in comment. No semantics are changed. BUG=175657 TEST=none TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12254009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182242 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
BUG=174873, 170629 Review URL: https://codereview.chromium.org/12220089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182241 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
The port forwarder command line tool was broken as https://chromiumcodereview.appspot.com/12211070 made Forwarder require a valid valgrind tool instance to be passed in. Fix the problem by giving Forwarder a default tool. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12262011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182239 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=155525 Review URL: https://chromiumcodereview.appspot.com/12255007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182238 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
All the changes are in comment. No semantics are changed. BUG=175657 TEST=none TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12207152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182237 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182236 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=175657 TEST=mock Files.app works. TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/12230013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182235 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=enne Review URL: https://chromiumcodereview.appspot.com/12230006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182234 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
The policy is currently disabled (by saying that it is supported on no platforms), pending a UI treatment that allows users to know when deleting browsing history is prohibited. TBR=rlp@chromium.org BUG=175419 Review URL: https://chromiumcodereview.appspot.com/12209091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182233 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=175657 TBR=mtomasz@chromium.org, haruki@chromium.org Review URL: https://codereview.chromium.org/12207150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182232 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
WifiPHYLayerProtocol characterizes the physical layer (PHY) protocol of the current association with an 802.11 access point. It uses the common nomenclature of referring to the IEEE 802.11 standard amendment which introduced the protocol, i.e. a/b/g/n. TBR=sky BUG=174414 Review URL: https://codereview.chromium.org/12082090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182231 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
> Fix issue 174250, crash when reloading packaged app. > > When a shell window was closed, it wasn't removed from the registry immediately > (it was removed in a callback from OnNativeClose, which happens a bit later.) > This meant that when the app was loaded again, the window was still in the > registry with a stale pointer to the old extension. ExtensionSettingsHandler > was tickling this by iterating shell windows on extension load. > > BUG=174250 > > > Review URL: https://chromiumcodereview.appspot.com/12210107 TBR=jeremya@chromium.org Review URL: https://codereview.chromium.org/12207155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182230 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182229 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Re-land of https://codereview.chromium.org/12220063/. This will hold on to a reference to the buffer while the buffer is being used by WebRTC. I also tried to fix the places where synchronization was missing (mostly for the params_ instance). BUG=173987 TBR=tommi@chromium.org Review URL: https://chromiumcodereview.appspot.com/12261003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182227 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=zhaoqin BUG=175985 Review URL: https://chromiumcodereview.appspot.com/12262009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182226 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Just c4267 build suppressions. BUG=166496 BUG=167187 TBR=gman@chromium.org R=gman@chromium.org Review URL: https://codereview.chromium.org/12261007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182225 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Just c4267 build suppressions. BUG=166496 BUG=167187 TBR=jam@chromium.org R=jam@chromium.org Review URL: https://codereview.chromium.org/12254004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182224 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Just c4267 build suppressions. BUG=166496 BUG=167187 TBR=yzshen@chromium.org R=yzshen@chromium.org Review URL: https://codereview.chromium.org/12258010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182223 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
In class method (not instance methods), we shouldn't use this because 'this' indicates not "instance" but "class" itself. BUG=175657 TEST=Files.app launches. TBR=mtomasz@chromium.org, haruki@chromium.org Review URL: https://chromiumcodereview.appspot.com/12257002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182222 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=175657 TEST=none TBR=mtomasz@chromium.org, haruki@chromium.org Review URL: https://codereview.chromium.org/12257008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182221 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
Add const to some the retrieve methods. BUG=149349 Review URL: https://chromiumcodereview.appspot.com/12221147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182220 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
This will help track down any problems with the installation process. BUG=None Review URL: https://chromiumcodereview.appspot.com/12220146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182219 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This prevents us from updating textures currently in use by active tree before tree activation. BUG=173886 Review URL: https://chromiumcodereview.appspot.com/12185008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182218 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Closure linter checks if descriptions end with valid punctuation such as a period. This patch adds periods. BUG=175657 TEST=none TBR=mtomasz@chromium.org, haruki@chromium.org Review URL: https://codereview.chromium.org/12262003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182217 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
There are a variety of benchmarks that want to measure the cost of raster for now bin only, and similarly, only for low res tiles. This patch provides very primitive infrastructure for this. R=reveman CC=egraether,skyostil BUG=175976 Review URL: https://chromiumcodereview.appspot.com/12258004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182216 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
These methods will be used to implement InitiateUpload{New,Existing}Operation on Drive API v2. BUG=148632 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/12225101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182215 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL converts the SessionLengthLimiter from a RepeatingTimer that fires once per second to a OneShotTimer that fires when the session time is up and the user should be logged out. BUG=175797 TEST=Manual, unittests Review URL: https://chromiumcodereview.appspot.com/12218123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182214 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
The test wasn't testing what it was supposed to; it didn't destroy the storage systems of a Profile and recreate them. We can't test crash recovery like this. BUG=172770 R=jochen Review URL: https://chromiumcodereview.appspot.com/12208131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182213 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/12221154/ Review URL: https://codereview.chromium.org/12225148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182212 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
BUG=129187 Review URL: https://codereview.chromium.org/12213074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182211 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
TBR=mal, cpu BUG=175842 Review URL: https://codereview.chromium.org/12230010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182210 0039d316-1c4b-4281-b951-d872f2087c98
-