- 08 Apr, 2013 40 commits
-
-
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
-
backer@chromium.org authored
BUG=173417 TEST=views_unittests --ui-enable-threaded-compositing Review URL: https://chromiumcodereview.appspot.com/13725019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192871 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Shorter target names. Review URL: https://chromiumcodereview.appspot.com/13637008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192870 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=178514 Review URL: https://chromiumcodereview.appspot.com/13801007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192868 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
BUG=179010 Review URL: https://chromiumcodereview.appspot.com/13473016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192867 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
BUG=225765 Review URL: https://chromiumcodereview.appspot.com/12805010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192866 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
TBR=michaeln@chromium.org BUG=90215 Review URL: https://codereview.chromium.org/13749012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192864 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
be before request start in the case of reusing a SPDY session (Or HTTP pipeline, though HTTP pipelining is disabled by default). Also move logic to fix up LoadTimingInfo into net/, to reduce chrome's dependency on internal net/ details. BUG=225935 R=eroman@chromium.org Review URL: https://codereview.chromium.org/13653003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192863 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
They are flaky on mac_rel. TBR=tim@chromium.org BUG=228943 Review URL: https://codereview.chromium.org/13749010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192861 0039d316-1c4b-4281-b951-d872f2087c98
-
samarth@chromium.org authored
We don't currently handle setValue() calls on the NTP correctly. In particular, we show misleading icons and emphasize wrong text. Disabling it until these issues are fixed. BUG=164784 TESTED=chrome.embeddedSearch.searchBox.setValue(...) is a no-op from the NTP. Review URL: https://chromiumcodereview.appspot.com/13667002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192860 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/13467035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192859 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
InputHandlerManager uses Unretained(this) to post tasks to compositor thread which means it needs to outlive the compositor thread. Added a test that is flaky without this fix. BUG=226261 Review URL: https://chromiumcodereview.appspot.com/13650004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192857 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192854 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Mail.app and TextEdit accept drags that have both HTML and image flavors on them, but don't process them correctly. Therefore, if there is an image flavor, don't put the HTML data on as HTML, but rather put it on as a special flavor. External apps won't see HTML but Chrome will know enough to read it as HTML. BUG=55879,225710 TEST=as in bug 225710, doesn't regress bug 55879 Review URL: https://chromiumcodereview.appspot.com/13758002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192853 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
TBR=tkent@chromium.org,haraken@chromium.org Review URL: https://codereview.chromium.org/13686008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192852 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13493014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192851 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
TBR=joi BUG=180711 Review URL: https://codereview.chromium.org/13799009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192850 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192848 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
> Roll libvpx to 3db60c8 > > Pick up VP9 changes. Account for updated file names. Template > compiler flag generation. Don't generate sse3 template because > there are no such files yet. > > Review URL: https://chromiumcodereview.appspot.com/13598002 TBR=johannkoenig@chromium.org Review URL: https://codereview.chromium.org/13686014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192847 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@google.com authored
> Avast Avast! Block Avast Antivirus from loading into child processes. > > It is associated with 60-70% of child process crashes in 28.0.1461.0. > > Review URL: https://chromiumcodereview.appspot.com/13598004 TBR=apatrick@chromium.org Review URL: https://codereview.chromium.org/13427015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192844 0039d316-1c4b-4281-b951-d872f2087c98
-