- 08 Apr, 2013 40 commits
-
-
tfarina@chromium.org authored
BUG=155363 R=msw@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/13602010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192941 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This function was used in only one place and that place was wrong. The implementation was long and complicated on Windows, and long and complicated and copied verbatim from elsewhere with 3 lines different on Posix. The place it was used was in the proxy launcher when copying the profile. It's not clear to me why we wouldn't want the profile files in the filesystem cache when running tests. Quite the opposite, we want the tests to run as fast as possible. The only place this should matter is in the startup tests. And the startup tests do things to the profile after it gets copied that should page some files back in! This adds another step to the startup tests to evict the profile files for cold startup tests only. This is a reland of r191854 which broke the startup test. The previous patch replaced the CopyRecursive call with CopyDirectory which does something slightly different. This new patch implements a CopyDirectoryContents function to do what's required here. patch from issue 13394003 Review URL: https://codereview.chromium.org/13646016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192940 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
R=rch@chromium.org, jar@chromium.org Review URL: https://codereview.chromium.org/13520010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192939 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Go to the bug tracker to see how it looks like. BUG=221420 TEST=None Review URL: https://codereview.chromium.org/13686019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192938 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiu@chromium.org authored
Adds a new dialog that allows a user to edit the list of manual exceptions for managed mode. Authentication is not yet tied in. R=bauerb@chromium.org, markusheintz@chromium.org, jhawkins@chromium.org BUG=171370 Review URL: https://chromiumcodereview.appspot.com/12594029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192937 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
When LCD text needs to be disabled for a layer, we can invalidate just the tiles containing text. This only works with impl-side painting where it is very cheap to mark tiles that have text. BUG=181245 Review URL: https://chromiumcodereview.appspot.com/13726013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192936 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This lands server change 44799980. Review URL: https://codereview.chromium.org/13454035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192933 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
button_close_hover.png, button_close.png. These need to be landed before the CL that uses them. BUG=none TBR=noelallen@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/13741028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192930 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org BUG=227498 Review URL: https://chromiumcodereview.appspot.com/13699005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192929 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
TBR=guoyang@chromium.org BUG=169678 Review URL: https://codereview.chromium.org/13741024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192928 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
R=cduvall@chromium.org Review URL: https://codereview.chromium.org/13604002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192927 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://indexeddb-internalsalecflett@chromium.org authored
This is the just the WebUI code necessary to show HTML at the chrome://indexeddb-internals URL. The page just says "Welcome" to start. BUG=174188 Review URL: https://chromiumcodereview.appspot.com/13230003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192926 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/13483027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192925 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The client plugin may crash if a signaling message is receive before the client started connection. It's likely to be a leftover from a previous session, so it's safe to ignore it. BUG=226775 Review URL: https://chromiumcodereview.appspot.com/13594011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192923 0039d316-1c4b-4281-b951-d872f2087c98
-
alyssar@google.com authored
This will prevent naming conflicts with similar classes in net/quic BUG= Review URL: https://chromiumcodereview.appspot.com/13741012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192922 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
Review URL: https://codereview.chromium.org/13744002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192921 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
From last 0.6 release, main changes are: 1. Implement get/set geolocation command. 2. Fix bugs with frame/navigation handling. 3. Implement window control commands for desktop. 4. Implement file upload in SendKeys command. 5. Implement proxy capability. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13770010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192920 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This paves the way for making a EulaAcceptedNotifierAndroid class. Also enables EULA logic tests on all platforms, not just ChromeOS (since the EULA criteria are being mocked already). No functionality changes. BUG=226757 TEST=Existing unit tests. Review URL: https://chromiumcodereview.appspot.com/13620010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192915 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=227130 TEST=PanelLayoutManagerTest.PanelAlignsToHiddenLauncherIcon Review URL: https://chromiumcodereview.appspot.com/13482010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192914 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This lands server change 44685956. Review URL: https://codereview.chromium.org/13601029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192910 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
BUG=228978,228897 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13771021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192909 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
- The 'display_source' field should specify the extension's name. It seems to be the field for such purpose (see DisplayNameForOrigin() method in DesktopNotificationService for example) - Fix the strings of 'disable extension' menu item to show the extension's name. - Fix the behavior of 'DisableExtension' in MessageCenterNotificationManager. It should not disable the extension itself, rather disable the notification ability for the extension. BUG=226185 TEST=manually TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/13421008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192907 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Removes the integer based volume adjustment code from the melting pot that is audio_util in favor of an AudioBus::AdjustVolume() method which works on float. The driver behind the method is a new vector_math::FMUL method which is SSE optimized. Benchmarks put it in line with the vector_math::FMAC() method. Benchmarking 200000 iterations: FMUL_C took 1962.52ms. FMUL_SSE (unaligned size) took 493.03ms; which is 3.98x faster than FMUL_C. FMUL_SSE (aligned size) took 491.79ms; which is 3.99x faster than FMUL_C and 1.00x faster than FMUL_SSE (unaligned size). BUG=120319, 171540, 226447 TEST=new media_unittests. Review URL: https://chromiumcodereview.appspot.com/13726011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192905 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
This isn't ready for public use yet, so disable the UI. BUG=138733 Review URL: https://chromiumcodereview.appspot.com/13722009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192903 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
These methods will be used to transition the corresponding WebMediaPlayer methods from using floats to using doubles instead. BUG=227156 TEST=All tests pass. No change in functionality. Review URL: https://chromiumcodereview.appspot.com/13431009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192902 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=178818 Review URL: https://codereview.chromium.org/13648009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192899 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
BUG=227289 R=dpolukhin Review URL: https://chromiumcodereview.appspot.com/13638033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192898 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=226303 TEST=None Review URL: https://chromiumcodereview.appspot.com/13490003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192897 0039d316-1c4b-4281-b951-d872f2087c98
-
agayev@chromium.org authored
BUG=157187 TEST=net_unittests --gtest_filter="FlashCacheTest.*" --gtest_repeat=10 --shuffle Review URL: https://chromiumcodereview.appspot.com/12847012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192896 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Nowadays MessageCenterNotificationManager is used and these deleted files haven't been used at all for weeks. R=dimich@chromium.org TEST=compilation succeeds Review URL: https://chromiumcodereview.appspot.com/12747010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192895 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/13577006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192891 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This lands server change 44568667. Review URL: https://codereview.chromium.org/13598037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192885 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/13726021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192883 0039d316-1c4b-4281-b951-d872f2087c98
-
kaanb@chromium.org authored
BUG=175012 Review URL: https://chromiumcodereview.appspot.com/13135004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192882 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/13467037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192880 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
BUG=224385 R=benjhayden@chromium.org Review URL: https://chromiumcodereview.appspot.com/13044019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192879 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
Use the web contents modal dialog positioning abstraction for app shell windows. Implement support for Views and Gtk, stubs for Cocoa. This abstraction will support the use of WebContents in code outside of src/chrome/browser by allowing dialogs modal to web contents to be hosted on any window containing a WebContents and giving the host control over the positioning, without the host having to know the type of the dialog and vice versa. The interface has already been implemented for the browser window; this implements it for the other window that currently hosts WebContents, ShellWindow. BUG=157161, 225945 Review URL: https://chromiumcodereview.appspot.com/13588007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192878 0039d316-1c4b-4281-b951-d872f2087c98
-
ckocagil@chromium.org authored
BUG=164675 TEST=Repro steps at http://crbug.com/164675 Review URL: https://chromiumcodereview.appspot.com/13584007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192875 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
This changelist was automatically generated using a clang tool. BUG=171111 Review URL: https://codereview.chromium.org/13642007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192873 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=11227 Review URL: https://codereview.chromium.org/12582012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192872 0039d316-1c4b-4281-b951-d872f2087c98
-