- 20 Apr, 2013 24 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195368 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=%2Ftrunk&range=148734%3A148757&mode=html TBR=caseq@chromium.org Review URL: https://codereview.chromium.org/14378005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195367 0039d316-1c4b-4281-b951-d872f2087c98
-
davidroche@chromium.org authored
BUG=233149 Review URL: https://chromiumcodereview.appspot.com/14367006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195365 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Fix bugs wrt focus and anchored widgets and immersive mode being disabled. See bugs below for more details. BUG=188567, 233483 Test=ImmersiveModeControllerAshTest.* Review URL: https://chromiumcodereview.appspot.com/13942011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195364 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
This CL is adding a minimize function for clicks on launcher items if only a single item (already active) is associated with it. This is done to avoid that the user clicks and nothing happens (and people expect it to do that). The feature is guarded by a flag. If the minimize action is not wanted, we use a bouncing animation which gives the user at least some feedback that he has done something. BUG=231663 TEST=unittest & visual Review URL: https://chromiumcodereview.appspot.com/14328031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195362 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This adds ability to serialize cc::Picture to base64 string and to initialize the picture back from that serialization. Review URL: https://chromiumcodereview.appspot.com/13884018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195361 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This feature was broken in crrev.com/189540. Review URL: https://codereview.chromium.org/14070016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195360 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=None TEST=None NOTRY=True Review URL: https://chromiumcodereview.appspot.com/14373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195359 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Use enabled/disabled flags as this will allow us to turn it off by default after a branch point without changing the strings for about:flags. BUG=233329 TEST=manual, toggle the option in about:flags, by default F4 should enter fullscreen TBR=sky@chromium.org for trivial test expectation change in c/b/ui/browser_browsertest.cc Review URL: https://chromiumcodereview.appspot.com/14366004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195358 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14205008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195357 0039d316-1c4b-4281-b951-d872f2087c98
-
vadimt@chromium.org authored
BUG=164227 TEST=No Review URL: https://chromiumcodereview.appspot.com/14057020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195356 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
R=jar@chromium.org Review URL: https://codereview.chromium.org/13895010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195355 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=176592 Review URL: https://codereview.chromium.org/14177006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195354 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
BUG=233381 Review URL: https://chromiumcodereview.appspot.com/14188045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195353 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/14362040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195352 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
All the necessary files, like resources.pak and ffmpegsumo.so, are already mapping deep inside Chromium.app/. Mapping the ones in PRODUCT_DIR is useless. Technically, Chromium.dmg could be used but it's harder to start from the command line, and mapping each individual files permits caching modules that haven't changed, like the resource files. TBR=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/14109022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195351 0039d316-1c4b-4281-b951-d872f2087c98
-
deymo@chromium.org authored
Implements the D-Bus client for the new Input1 interface currently exporting only one property. BUG=220553 TEST=device_unittests pass. Review URL: https://chromiumcodereview.appspot.com/14048007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195350 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
This fixes "Hisilicon" GPUs, which is an instance of a Vivante's GPU design. This involves enabling virtual contexts, since they don't support share-groups, and further adds a work-around for switching surfaces. Without the work- around the view surface "inherits" the size of the last bound surface (which for Chrome tends to be a 1x1 pbuffer) resulting in a black screen. The following steps "repair" the view surface every time it is made current: - Make it current. - Bind the default frame-buffer. - Make it not current. - Destroy/recreate it from the native handle. - Make it current again. NOTE: The "Recreate" function is added to surface because the Destroy/Initialize may be intercepted or modified by wrapper surface classes. Recreate is similar to resize, which after being forwarded by a wrapper can call Destroy/Initialize on the 'real' surface. BUG=179250 NOTRY=true No-try, as all the relevant bots are already green. Review URL: https://chromiumcodereview.appspot.com/13852023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195349 0039d316-1c4b-4281-b951-d872f2087c98
-
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 16 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
-