- 11 May, 2014 40 commits
-
-
piman@chromium.org authored
This message can only affect RenderWidgetHostImpl::WaitForSurface, which is only called on Mac. However, it is never sent on mac. So just remove it. BUG=None Review URL: https://codereview.chromium.org/273113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269685 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=363732 TEST=MaximizeModeControllerTest.Screenshot TEST=When device is in maximize mode, hold volume down and press power to take a screenshot. Review URL: https://codereview.chromium.org/263813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269684 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=NONE Review URL: https://codereview.chromium.org/274343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269683 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
CUTOFF_ALLOW_NICE_TO_HAVE was only triggered for --force-gpu-rasterization. This patch triggers it when the active or the pending tree uses GPU rasterization. In case of a transition between CPU and GPU rasterization it is preferrable to pre-paint less on the CPU rasterized tree (which may checkerboard) than it is to pre-paint more on the GPU rasterized tree (which may stall the browser compositor). This patch depends on https://codereview.chromium.org/270823003/ R=enne@chromium.org, alokp@chromium.org BUG=368884 Review URL: https://codereview.chromium.org/272033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269682 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
ActiveScriptController tracks all running active scripts (content scripts and scripts injected via tabs.executeScript), and, if the flag is enabled, ensures an ExtensionAction is displayed in the location bar. Next step: Require permission before executing scripts. TBR=sky@chromium.org (mechanical, no-impact changes to c/b/ui) BUG=362353 Review URL: https://codereview.chromium.org/270153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269681 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This CL removes BrowserPluginGuestManager entirely, leaving BrowserPlugin relying on the BrowserPluginGuestManagerDelegate interface. This CL significantly reduces complexity in content. In a subsequent patch, BrowserPluginGuestManagerDelegate will be renamed BrowserPluginGuestManager. I am leaving that separate so it is clear what's going on. BUG=364141, 330264 Review URL: https://codereview.chromium.org/269113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269680 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269679 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173750:173822&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/276143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269678 0039d316-1c4b-4281-b951-d872f2087c98
-
ycheo@chromium.org authored
BUG=372069 Review URL: https://codereview.chromium.org/280063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269677 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=365966 Review URL: https://codereview.chromium.org/273953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269676 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Flush() already accomplishes pausing by releasing all data and not reading until Preroll() is called. BUG=110814 Review URL: https://codereview.chromium.org/271923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269675 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
These are setup to have almost no cpu-time noise. There is always only one frame source, and we either scroll 4 times or wait for 10 seconds worth of frames. Since these are jsbin pages, I've added a '?' label to give the URL more meaning. BUG=None Review URL: https://codereview.chromium.org/250813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269674 0039d316-1c4b-4281-b951-d872f2087c98
-
mdempsky@chromium.org authored
No functional changes yet, just preparation for splitting NaCl's fork delegate into two different implementations. BUG=364945 Review URL: https://codereview.chromium.org/269413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269673 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=348531 Review URL: https://codereview.chromium.org/267703003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269672 0039d316-1c4b-4281-b951-d872f2087c98
-
macourteau@chromium.org authored
BUG=349065 Review URL: https://codereview.chromium.org/233623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269671 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
UMA for the data reduction proxy was gated behind preprocessor directives that resticted the logic to Android and iOS. This change opens UMA calculations and collection up to all platforms. BUG=369619 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269026 Review URL: https://codereview.chromium.org/266033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269670 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269669 0039d316-1c4b-4281-b951-d872f2087c98
-
geofflang@chromium.org authored
Contains fixes for uniform structure packing and polygon offset. Review URL: https://codereview.chromium.org/271173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269668 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Revert of Android-side of insertion/selection handles visibility. (https://codereview.chromium.org/188023002/) Reason for revert: There are a number of cases where this incorrectly hides the selection/insertion handles in an editable node. Original issue's description: > Android-side of insertion/selection handles visibility. > > This patch relies on other two patches: > https://codereview.chromium.org/177903010/ > https://codereview.chromium.org/186753002/ > to correctly compute the visibility of selection and > insertion handles when editing text input, text area > and contenteditable elements. > > BUG=236033 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258839 BUG=372056 TBR=tedchoc@chromium.org Review URL: https://codereview.chromium.org/278923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269667 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
This changes the ExtensionDownloader to attempt multiple sequential queries for CRX downloads, iterating over incremental values for the authuser query parameter up to a max of 10. This is a re-landing of http://codereview.chromium.org/279453002/ which was reverted due to a use-after-free bug in the unit tests. BUG=370964 R=asargent@chromium.org Review URL: https://codereview.chromium.org/274263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269666 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
These tests are pixel tests and are using GetFramebufferPixels which will go away with CompositeAndReadback. R=enne BUG=251936 Review URL: https://codereview.chromium.org/280043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269665 0039d316-1c4b-4281-b951-d872f2087c98
-
marshall@chromium.org authored
Call WebContentsDelegate::CanDragEnter from WebContentsViewAura. Allows applications using the Content API to selectively cancel (disallow) drag&drop operations on a per-WebContents basis. For example, applications may want to disable drag&drop completely or may want to disallow a drop based on the drag contents (only certain data types, URL formats, etc). BUG=224440 TEST=none Review URL: https://codereview.chromium.org/267113008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269664 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Makes WaitingCallback cancel a wait if there is a wait pending and it's deleted. Makes MessagePumpMojo deal with MOJO_RESULT_CANCELLED. BUG=371755 TEST=see bug R=darin@chromium.org, mpcomplete@chromium.org Review URL: https://codereview.chromium.org/276093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269663 0039d316-1c4b-4281-b951-d872f2087c98
-
mithro@mithis.com authored
BUG=371223 Review URL: https://codereview.chromium.org/271173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269662 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Unscaled image only contains 1.0f image and used when it is the client responsibility to scale the image properly (Wallpaper for example) This is required for https://codereview.chromium.org/263253003/ BUG=None TEST=covered by unit test Review URL: https://codereview.chromium.org/277773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269660 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
Only supports POD-types and strings currently. BUG=320091 Review URL: https://codereview.chromium.org/268363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269659 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
Previously "NTP clicks" (i.e., navigations on NTP suggestions) use AUTO_BOOKMARK transition type. Eventually we want to create a new transition type, but right now AUTO_BOOKMARK ambiguates NTP clicks with bookmark usage. To prevent this, this CL make NTP clicks for *server-side suggestions* a LINK transition type. This partially reverts the changes for https://chromiumcodereview.appspot.com/178253008/ . Important: NTP clicks for client-side recommendations (i.e., Most Visited) remains at AUTO_BOOKMARK, as to not interfere with existing behavior in chain start detection. BUG= NOTRY=true Review URL: https://codereview.chromium.org/274143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269658 0039d316-1c4b-4281-b951-d872f2087c98
-
ttuttle@chromium.org authored
Make sure the monitor does not collect the proxy's address if one was used. (In the process, refactor RequestInfo to contain the whole HttpResponseInfo, tighten up OnRequestLegComplete, and poke at unittests a bit.) Also, count network errors as well as HTTP errors as failures (!). BUG=356791 Review URL: https://codereview.chromium.org/267633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269657 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
Suppress uninitialized reads in IPC::Channel::ChannelImpl::ProcessOutgoingMessages while we analyze them. BUG=371991 TBR=zhaoqin@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/274193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269656 0039d316-1c4b-4281-b951-d872f2087c98
-
nodir@chromium.org authored
Will be used by chromium_trybot_arm recipe. R=mseaborn@chromium.org, phajdan.jr@chromium.org BUG=359338 Review URL: https://codereview.chromium.org/246623009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269655 0039d316-1c4b-4281-b951-d872f2087c98
-
kqyang@chromium.org authored
BUG=367366 Review URL: https://codereview.chromium.org/277083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269654 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
To avoid stack allocation of Skia effects we made their constructors non-public and provide factory methods instead. This patch updates the remaining uses of the constructors in Chrome. BUG=skia:2187 Review URL: https://codereview.chromium.org/271073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269653 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
It was just an alias for chromium_builder_asan and it was removed from the buildbot scripts at https://codereview.chromium.org/257903004 ( svn://svn.chromium.org/chrome/trunk/tools/build@266374) BUG=None TEST=green trybots R=dpranke@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/270623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269652 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
R=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/279623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269651 0039d316-1c4b-4281-b951-d872f2087c98
-
robert.bradford@intel.com authored
The position returned from last_mouse_position() is in screen co-ordinates but the calculation steps for the composition expect that the cursor position be relative to the desktop dimentions. This change transforms the screen relative position into a position relative to the desktop window and hence relative to the secondary display. BUG=371761 TEST=Under ChromeOS capture a secondary screen and observe that the pointer is now composed into the video steam in the correct place Review URL: https://codereview.chromium.org/278873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269650 0039d316-1c4b-4281-b951-d872f2087c98
-
ksimbili@chromium.org authored
BUG=371881 Review URL: https://codereview.chromium.org/273123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269649 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
Remove NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED from image_writer_private and signed_in_devices API. Use ExtensionRegistryObserver instead. R=kalman@chromium.org BUG=354458 Review URL: https://codereview.chromium.org/263393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269648 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
This code path is disable by default, and is also tested in GestureProviderTest. The test suite is currently running into some memory leaks, see http://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20OS%20%28valgrind%29%283%29/builds/32287/steps/memory%20test%3A%20aura/logs/stdio for an example. BUG=371990 NOTRY=true Review URL: https://codereview.chromium.org/271283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269647 0039d316-1c4b-4281-b951-d872f2087c98
-
jfroy@chromium.org authored
Import C++11 headers for unordered map and set when using libc++ in protobuf's config header to avoid warnings. BUG=366218 TBR=brettw Review URL: https://codereview.chromium.org/246633012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269646 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Other bookmarks observer might make their own changes on add, triggering updates before the add call arrives. Be resilient against this. BUG=369728 Review URL: https://codereview.chromium.org/277033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269645 0039d316-1c4b-4281-b951-d872f2087c98
-