- 19 Apr, 2013 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195332 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=233772 TBR=oshima Review URL: https://codereview.chromium.org/14179010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195331 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/13852051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195330 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
The compositor thread input filter redirects some IPC messages in the render process to the compositor thread for handling in order to accelerate scrolling, pinch zooming, and related gestures. IPC messages that the compositor thread cannot handle are redirected to the main thread for normal processing. This thread hop can result in the IPC messages being received on the render process main thread in a different order than they were sent from the browser. This can break things for input-related messages, for instance changing the order of a MouseCaptureLost and MouseUp event can result in the mouse up not being delivered to the capturing element. This forces a compositor thread hop to preserve order for a set of IPC types that appear (mostly by inspection and guessing) to need their order preserved relative to input events. BUG=233365,231532 Review URL: https://chromiumcodereview.appspot.com/14328027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195329 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195327 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=abarth@chromium.org, iannucci@chromium.org, cmp@chromium.org BUG=229611 Review URL: https://codereview.chromium.org/14021003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195325 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
> Simplify ExtensionProcessManager to only load extension background pages when a browser window is opened, and skip the other case of also watching for when extension system is initialized. This gets rid of a dependency on browser finder. > > BUG=157279 > Review URL: https://codereview.chromium.org/13811030 TBR=jam@chromium.org BUG=232062 Review URL: https://codereview.chromium.org/13846009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195324 0039d316-1c4b-4281-b951-d872f2087c98
-
samarth@chromium.org authored
Merge local_omnibox_popup into local_ntp. Render the Google logo and fakebox if Google is the search provider. Prevent the most visited/fakebox animation from triggering when the NTP is revealed. BUG=230172,225894,231137 COLLABORATOR=samarth@chromium.org Review URL: https://codereview.chromium.org/13905008 Patch from Jeremy Cho <jeremycho@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195323 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/14365020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195322 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14179005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195321 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
Breaks Mac ASAN compile: http://build.chromium.org/p/chromium.memory/buildstatus?builder=Mac%20ASAN%20Builder&number=19054 > Remove "Use billing for shipping" checkbox in favor of item in suggestions menu. > > BUG=225093 > > Review URL: https://codereview.chromium.org/14129005 TBR=estade@chromium.org Review URL: https://codereview.chromium.org/13877016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195320 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14179004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195317 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=225093 Review URL: https://codereview.chromium.org/14129005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195316 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
Trivial one line change, TBR'ing OWNER. TBR=pkasting@chromium.org BUG=226788 Review URL: https://chromiumcodereview.appspot.com/14192005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195315 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
New design shows a notification bubble on a gray background when there are no unread notifications. When unread notifications exist, an image displaying the number of notifications (up to 9+) is rendered on a blue background. The new png is a sprite map of the digits. TEST=manually generate 11 notifications BUG=189129 Review URL: https://codereview.chromium.org/14192025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195314 0039d316-1c4b-4281-b951-d872f2087c98
-
haruki@chromium.org authored
BUG=233121 TEST=unittests Review URL: https://chromiumcodereview.appspot.com/14037011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195312 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
Hi Michael, drovering this for you while you fix the memory leak. > Improved extension activity logging for the chrome.webRequest API. > > Add a new type of log item in the activitylog_urls table: WEBREQUEST, > used to summarize the changes made to an HTTP request using the > blocking WebRequest extension API. The types of modifications made > are always logged when the extension activity log is enabled; the > details of the modification are only kept if the activity log testing > flag is enabled (as the details may contain sensitive data). > > BUG=169628 > > Review URL: https://chromiumcodereview.appspot.com/12491012 TBR=mvrable@chromium.org Review URL: https://codereview.chromium.org/14378006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195311 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=189129 TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/14267013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195310 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
But just emit something to NetLog for errors in a SETTINGS frame. Treat the receive window going negative as a valid error for SpdyStream. Remove net:: prefix from spdy_{session,stream}.*. Update some enums in histograms.xml. BUG=176592 Review URL: https://codereview.chromium.org/14348012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195309 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Change to update panel positions after panels moved to the new collection when the unstacking happens When the unstacking happens, we should first move the panels to the new collection and then update their positions. If we're update panel positions first, the existing stack window will enclose 2 sets of panels that are not aligned which causes the background window to be seen. BUG=223155 TEST=existing tests Review URL: https://codereview.chromium.org/14175016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195307 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
TBR=sky BUG=226994 Review URL: https://chromiumcodereview.appspot.com/14367027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195306 0039d316-1c4b-4281-b951-d872f2087c98
-
petarj@mips.com authored
The test is not applicable for MIPS architecture. BUG= https://code.google.com/p/chromium/issues/detail?id=130022 TEST= Unit test Review URL: https://chromiumcodereview.appspot.com/14017018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195305 0039d316-1c4b-4281-b951-d872f2087c98
-
rtoy@google.com authored
BUG= Review URL: https://chromiumcodereview.appspot.com/13852039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195304 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195303 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=%2Ftrunk&range=148721%3A148733&mode=html TBR=caseq@chromium.org Review URL: https://codereview.chromium.org/14362036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195302 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This is the first of several steps. * Decouple Browser and BrowserView initialization * Dependency inject Browser into BrowserViewLayout * Modify BrowserWithTestWindowTest to allow it to use a BrowserView as its BrowserWindow * Add some trivial assertions BUG=233374 TEST=added unit_tests BrowserViewLayout.* Review URL: https://codereview.chromium.org/14348011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195301 0039d316-1c4b-4281-b951-d872f2087c98
-
kaanb@chromium.org authored
BUG=175012 Review URL: https://chromiumcodereview.appspot.com/14366025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195300 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
The widget's Close() will happen asynchronously and sometimes those operation can be called after the notification is removed. BUG=232895 Review URL: https://codereview.chromium.org/14320008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195299 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This is not documented yet, but backslash characters should also be escaped. BUG=232352 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/14352007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195298 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG=233118 R=yfriedman@chromium.org Review URL: https://chromiumcodereview.appspot.com/14328050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195297 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=NONE Review URL: https://chromiumcodereview.appspot.com/14320038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195296 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
Looks like the code to skip the default categories, and the unit test, were removed by accident in a merge. Restoring so the category selection dialog works correctly. BUG=195661 Review URL: https://chromiumcodereview.appspot.com/14320028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195295 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This patch does two things: 1. It gives <webview> a tabIndex if it doesn't already have one so that it can participate in tab order and keyboard focus. 2. When <webview> gets keyboard focus then we pass the focus to BrowserPlugin. When <webview> loses keyboard focus then BrowserPlugin loses focus. BUG=231633 Test=WebViewTest.Focus Review URL: https://chromiumcodereview.appspot.com/14272003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195294 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=233053 TEST=WebContentsImplBrowserTest.DidStopLoadingDetailsWithPending Review URL: https://chromiumcodereview.appspot.com/14066022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195293 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/14247025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195292 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Refactor flow control logic a bit. Also change names of related net log events slightly. BUG=176592 Review URL: https://codereview.chromium.org/13872016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195290 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
GLVirtualContext expects the share group to have a "real" context. BUG=230195 Android only change. Ran through android trybots. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14241033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195289 0039d316-1c4b-4281-b951-d872f2087c98
-
harrym@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/14232021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195288 0039d316-1c4b-4281-b951-d872f2087c98
-
grv@chromium.org authored
This CL is on top of 13885007. Review URL: https://chromiumcodereview.appspot.com/14232018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195287 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
This CL implements a blank tab-modal dialog that gets invoked when requestAutocomplete is used. TBR=jhawkins@chromium.org R=sail@chromium.org, estade@chromium.org BUG=157274 Review URL: https://chromiumcodereview.appspot.com/13470023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195286 0039d316-1c4b-4281-b951-d872f2087c98
-