- 08 Apr, 2013 40 commits
-
-
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
-
phajdan.jr@chromium.org authored
BUG=180711 Review URL: https://codereview.chromium.org/13257004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192843 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
be in the launch release. We are disabling for windows - Logon / Logoff / user - Power - Bluetooth - Volume - Caps lock - Screen brigthness BUG=227247 TEST=see bug Review URL: https://codereview.chromium.org/13454034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192842 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This way we'll be able to recognize issues like the linked bug faster in the future (user-submitted bug reports are often incomplete, while crash reports are a sure indication of a problem) BUG=177428 Review URL: https://codereview.chromium.org/13743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192841 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@chromium.org authored
We are not using the names information at the moment. From Eric Seidal's profiling, that is a big bottleneck in content shell startup. BUG= TEST=tree Review URL: https://codereview.chromium.org/13730014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192840 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
These expectations were too tight, I don't see any actual regressions. BUG=None TEST=None TBR=simonjam@chromium.org Review URL: https://codereview.chromium.org/13560015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192839 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192838 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r11128: (jfb) Update TOOL_REVISIONS for PNaCl r11129: (bradnelson) Revert 11128 "Update TOOL_REVISIONS for PNaCl" r11130: (phosek) Update glibc revision r11131: (mseaborn) PNaCl: Update LLVM revision in pnacl/DEPS r11132: (mseaborn) Signal handling: Clean up handler interface to reduce duplicated calls r11133: (khim) Change tests to make switch to RDFA validator possible. r11134: (khim) Enable 32-bit vdiff tests. r11135: (shcherbina) Validator_ragel: only export validator symblos in scons build, not in gyp. r11136: (mseaborn) Update PNaCl toolchain revision in TOOL_REVISIONS r11137: (mcgrathr) Update glibc revision in tools/REVISIONS r11138: (mcgrathr) toolchain_build: Update gcc revision r11139: (mseaborn) PNaCl performance expectations: Add '"better": "lower"' fields to each case r11140: (mseaborn) PNaCl: Update perf expectations for ExpandVarArgs and disabling assertions r11141: (mseaborn) PNaCl: Use "--pnacl-disable-abi-check" option following toolchain roll BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/13468017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192837 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
Added proxy as switches as arguments passed to command line. BUG=chromedriver:287 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13185004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192836 0039d316-1c4b-4281-b951-d872f2087c98
-
ajuma@chromium.org authored
This makes LayerTreeHost::SetAnimationEvents iterate over all active animation controllers registered with its AnimationRegistrar instead of iterating over the layer tree. This allows us to properly deliver animation events to a layer that has been temporarily removed from the layer tree when SetAnimationEvents is called. BUG=196284 Review URL: https://chromiumcodereview.appspot.com/13465014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192835 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://downloadsbenjhayden@chromium.org authored
BUG=223907 Review URL: https://codereview.chromium.org/13467030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192834 0039d316-1c4b-4281-b951-d872f2087c98
-
anandc@chromium.org authored
BUG=227034 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13801009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192833 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
R=cpu@chromium.org BUG= Review URL: https://codereview.chromium.org/13730011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192832 0039d316-1c4b-4281-b951-d872f2087c98
-
kuan@chromium.org authored
- also added preventive coding around registering for notification. BUG=226128 TEST=verify per bug rpt Review URL: https://chromiumcodereview.appspot.com/13674016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192831 0039d316-1c4b-4281-b951-d872f2087c98
-