- 20 Apr, 2013 6 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195348 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
TBR=cmp@chromium.org BUG=229611 Review URL: https://codereview.chromium.org/14348039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195347 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
If update happens with different ids, it essentially means a removal and an add from notification_list point of view. Sending Update() will confuse the observers. It is possible to pass both ids for Update(), but handling update of different ids on each observer doesn't make much sense. It will be better to send both Removed() and Added() in this case. BUG=233221 TEST=manually on the reported page in the bug Review URL: https://chromiumcodereview.appspot.com/14127003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195346 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
BUG=231985 TEST=device_unittests Review URL: https://codereview.chromium.org/14199010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195345 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
Revert 195188 - Add interface to set the sub resource crash key from Flash BUG=N/A TEST=N/A Review URL: https://chromiumcodereview.appspot.com/14311004 TBR=cdn@chromium.org Review URL: https://codereview.chromium.org/13875006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195344 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
The tab key accepts the selected element and always moves the cursor to the next field. BUG=230328 Review URL: https://chromiumcodereview.appspot.com/13912016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195343 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Apr, 2013 34 commits
-
-
dbeam@chromium.org authored
R=samarth@chromium.org,jeremycho@chromium.org BUG=222642 (kinda) TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13879015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195342 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
This adds just the files. The code to use these files will be added separately in a change list that can be delivered through the commit queue (change lists with binary files like the ones in this chane cannot use the commit queue). This also adds some notification_expand*.png files which are renamed versions of existing notifications_expand*.png files. This is the first step in renaming those files. The second step, to be delivered in a follow-up change list, will switch the code to use the new names. A third step, coming in a third change list, will remove the versions of the file with the old name. BUG=232963 Review URL: https://codereview.chromium.org/14362011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195341 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
This delays the Swap ACK to the renderer if the browser has not consumed the current frontbuffer yet. Note: This might break embedders that don't use the browser compositor. The texture needs to be taken from RenderWidgetHostVIew through the TextureLayerClient::PrepareTexture() method. BUG=224602,220907 Review URL: https://codereview.chromium.org/14348029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195340 0039d316-1c4b-4281-b951-d872f2087c98
-
vigneshv@chromium.org authored
BUG=147355 TEST=VP8 Alpha video streams play TBR=sky Review URL: https://chromiumcodereview.appspot.com/13886011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195339 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Added NETWORK_CHANGED and BLOCKED_BY_ADMINISTRATOR. R=jar@chromium.org Review URL: https://codereview.chromium.org/13877018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195337 0039d316-1c4b-4281-b951-d872f2087c98
-
thaidn@google.com authored
SSL 3.0 fallback for Google properties can be enabled again with --enable-unrestricted-ssl3-fallback. Delete the obsolete SSL 3.0 fallback on TLS decompression failure. BUG=230171 Review URL: https://chromiumcodereview.appspot.com/14125003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195335 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
This allows developers to force the values of individual flags in their chrome/supplement.gypi. Add documentation for how a user can do that. Also add a comment about the fastbuild option, but do not ever set it by default. NOTRY=true BUG=158821 Review URL: https://chromiumcodereview.appspot.com/14366023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195334 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
In the new design, we places the unread count of the notifications to the button. If there are no unread notifications, we still use the existing dim icon. Othewise, the count is put in the middle. "9+" is used if more than 9 unread notifications. BUG=189129 Review URL: https://codereview.chromium.org/14366014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195333 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-