- 20 Apr, 2013 15 commits
-
-
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 25 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
-