- 19 Jun, 2014 40 commits
-
-
dmichael@chromium.org authored
PPB_TraceEvent should be available to developers who want to profile their application on Dev channel or Canary. BUG=386636 Review URL: https://codereview.chromium.org/349443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278499 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
> DevTools: Fix for Page.captureScreenshot > > from https://chromiumcodereview.appspot.com/190693002/ > > This patch makes Page.captureScreenshot synchronize with the renderer. > When fixed implementation hits Stable it will be possible to use Page.captureScreenshot in Telemetry instead of window.chrome.gpuBenchmarking.beginWindowSnapshotPNG and remove the latter. > > BUG=242405 > > Review URL: https://codereview.chromium.org/311313003 TBR=vkuzkokov@chromium.org Review URL: https://codereview.chromium.org/343033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278498 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
- Permit multiple concurrent LocalPredictor prerenders - Permit local predictor prerenders to trigger prefetches (and only prerender as a control gruop) - Force enable prefetch if local predictor prefetching is enabled R=davidben@chromium.org, jkarlin@chromium.org Review URL: https://codereview.chromium.org/330063004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278496 0039d316-1c4b-4281-b951-d872f2087c98
-
armansito@chromium.org authored
BluetoothRemoteGattServiceChromeOS now sends a GattServiceChanged observer event when a new value for a characteristic property is received. This is needed when the "Characteristic Extended Properties" descriptor is present for a characteristic and its value is asynchronously read by bluetoothd, which results in a PropertiesChanged signal for the "Flags" property of GattCharacteristic1. BUG=382253 Review URL: https://codereview.chromium.org/346743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278495 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Will sort out flakiness ASAP. BUG=385475 TEST=test only change R=jam@chromium.org TBR=jam@chromium.org Review URL: https://codereview.chromium.org/331313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278494 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
BUG=375191 TEST=none Review URL: https://codereview.chromium.org/343433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278493 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishtr@chromium.org authored
Revert of ozone: gpu: Add plumbing for platform-specific gpu messaging (https://codereview.chromium.org/338193003/) Reason for revert: Suspect it is causing a failure of webgl_conformance_tests for this bot: http://build.chromium.org/p/chromium.gpu/builders/Win7%20Release%20(Intel)/builds/15425 Original issue's description: > ozone: gpu: Add plumbing for platform-specific gpu messaging > > ChromeOS without X11 will do display configuration and cursor > movement from the GPU process. This is the conduit for the messages > needed to make this work. > > This plumbing also supports other platforms with similar requirements > (e.g. wayland's port). X11 does not need any specific messaging here, > since we just call the X server from the browser. > > BUG=377497 > TEST=content_shell --ozone-platform=egltest > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278465 TBR=piman@chromium.org,rjkroege@chromium.org,alexst@chromium.org,spang@chromium.org NOTREECHECKS=true NOTRY=true BUG=377497 Review URL: https://codereview.chromium.org/339793007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278492 0039d316-1c4b-4281-b951-d872f2087c98
-
mithro@mithis.com authored
(Also reordering the methods to match the order inside ThreadProxy.h) Review URL: https://codereview.chromium.org/334393009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278488 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
The clang plugin has grown organically over its lifetime. This patch just splits apart the options struct, the PluginASTAction (which most developers don't care about), and the actual ASTConsumer into separate units. R=erg@chromium.org Review URL: https://codereview.chromium.org/348543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278487 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
Use ExtensionRegistry instead from file_system, location, management apis. and Use content:BrowserContext instead of Profile. and Remove unwanted extensions:: namespace prefix from management api. TEST=browser_tests --gtest_filter=FileSystemApiTest.* R=rdevlin.cronin@chromium.org BUG=354046 Review URL: https://codereview.chromium.org/330383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278486 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
https://codereview.chromium.org/296003010 added a child window to the toplevel X window. As a result of the CL, an EnterNotify event is sent immediately after each mouse press. WindowTreeHostX11:Dispatch() transforms the EnterNotify to a synthetic mouse move. In terms of HTML events, the CL causes an 'onmousemove' event to be fired immediately after the 'onmousedown' event. This differs from the previous behavior where the initial 'onmousemove' event was always fired some indeterminate time after the 'onmousedown'. For the sake of safety, this CL suppresses the extra EnterNotify. BUG=385716 TEST=None Review URL: https://codereview.chromium.org/346673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278485 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
If the cause of a rename failure is suspected of being transient (sharing violations, suspected race conditions in the file system), then retry the rename with an exponential backoff. BUG=368455 Review URL: https://codereview.chromium.org/319603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278483 0039d316-1c4b-4281-b951-d872f2087c98
-
noyau@chromium.org authored
BUG=None TBR=blundell@chromium.com Review URL: https://codereview.chromium.org/347513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278482 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG=385479 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/344013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278481 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=none Review URL: https://codereview.chromium.org/335103005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278480 0039d316-1c4b-4281-b951-d872f2087c98
-
nsatragno@chromium.org authored
This change enables the selection widget to pass under the shelf without activating it. BUG=367766 TEST=none Review URL: https://codereview.chromium.org/347813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278479 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278478 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13372: (mcgrathr) Add a test for get{e,}[ug]id r13373: (mcgrathr) Add a toolchain test for __builtin_prefetch. r13374: (mcgrathr) Update glibc revision in tools/REVISIONS r13375: (noelallen) Add GN build step for linux r13376: (dschuff) ARM HW bots: looks for FEATURE_VERSION in the right place r13377: (mseaborn) Make nacl_secure_random() work inside the IRT BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_rel_precise32,linux_arm_cross_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/345753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278477 0039d316-1c4b-4281-b951-d872f2087c98
-
courage@chromium.org authored
This is a re-implementation of extensions::AccountTracker, built on IdentityProvider instead of SigninManager and ProfileOAuth2TokenService. Removing the dependency on chrome/browser will allow GCM to use this code. BUG=374988 Review URL: https://codereview.chromium.org/336253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278476 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
Added details to the UMA metrics for the account_reconcilor. BUG=357693 Review URL: https://codereview.chromium.org/338573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278475 0039d316-1c4b-4281-b951-d872f2087c98
-
vkuzkokov@chromium.org authored
from https://chromiumcodereview.appspot.com/190693002/ This patch makes Page.captureScreenshot synchronize with the renderer. When fixed implementation hits Stable it will be possible to use Page.captureScreenshot in Telemetry instead of window.chrome.gpuBenchmarking.beginWindowSnapshotPNG and remove the latter. BUG=242405 Review URL: https://codereview.chromium.org/311313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278472 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
The maximum minimum width is the width required to show 20 tabs at minimum size. In my testing, that resulted in an overall window width of 440 pixels. This is narrow enough that I doubt this minimum will kick in very often, and when it does, it won't be dramatically larger than the minimum width the toolbar already enforces. BUG=62510 TEST=Open 20 tabs. Shrink Chrome window to minimum width and ensure all tabs are still visible. Review URL: https://codereview.chromium.org/343603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278470 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
BUG=384656 Review URL: https://codereview.chromium.org/331743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278469 0039d316-1c4b-4281-b951-d872f2087c98
-
eustas@chromium.org authored
BUG=245436 Review URL: https://codereview.chromium.org/346503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278468 0039d316-1c4b-4281-b951-d872f2087c98
-
cmumford@chromium.org authored
These sporadic write tests introduced too much noise (too short a duration) and were not a good measure of IndexedDB performance. Note: This change will give the impression that IndexedDB performance has improved when there was no actual improvement because we track the aggregate test times. BUG=367855,369683 Review URL: https://codereview.chromium.org/344683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278467 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This has a warning that seems very dependent on the compiler version. BUG= R=jamesr@chromium.org Review URL: https://codereview.chromium.org/343743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278466 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
ChromeOS without X11 will do display configuration and cursor movement from the GPU process. This is the conduit for the messages needed to make this work. This plumbing also supports other platforms with similar requirements (e.g. wayland's port). X11 does not need any specific messaging here, since we just call the X server from the browser. BUG=377497 TEST=content_shell --ozone-platform=egltest Review URL: https://codereview.chromium.org/338193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278465 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bauerb@chromium.org, akalin@chromium.org BUG=386741 Review URL: https://codereview.chromium.org/342943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278463 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278462 0039d316-1c4b-4281-b951-d872f2087c98
-
niklase@chromium.org authored
R=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/348603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278461 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This works better with our demo app and uses the aspect ratio of some HD monitors we're hoping to use. BUG=none TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/339963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278459 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278456 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/346823002/jamesr@chromium.org authored
Reason for revert: I believe this breaks the layout test svg/filters/big-sized-filter-2.svg. It's misrendering / crashing on all platforms: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20Chromium&showExpectations=true&tests=svg%2Ffilters%2Fbig-sized-filter-2.svg Original issue's description: > Skia roll 30e6e2a:373dd9b > > https://skia.googlesource.com/skia/+log/30e6e2af14e84216b1c113fd7500d0822bc81daa..373dd9b52f88158edd1e24419e6d937efaf59d55 > > CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel > TBR=reed@google.com > BUG= > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278426 TBR=reed@google.com,skia-deps-roller@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/343953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278455 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=386324 Review URL: https://codereview.chromium.org/348433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278454 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
This cl changes MediaStreamManager to internally use a list of requests instead of a map. The purpose is to make sure requests are serviced in the order they are requested rather than be dependent on the map key. This is to avoid that the requests are serviced out of order if several requests are waiting for a media device to be opened. BUG=381893 Review URL: https://codereview.chromium.org/345713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278453 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously webm parser was correctly handling Cues element between clusters. It was broken in r277633. Also added tests to cover this case. BUG=386122 R=acolwell@chromium.org, wolenetz@chromium.org Review URL: https://codereview.chromium.org/346613003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278452 0039d316-1c4b-4281-b951-d872f2087c98
-
dyen@chromium.org authored
BUG= https://code.google.com/p/chromium/issues/detail?id=370981 TEST= Run "ninja -C out/Debug untar_pnacl_translator" Review URL: https://codereview.chromium.org/341893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278451 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=385222 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/347823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278450 0039d316-1c4b-4281-b951-d872f2087c98
-
ahernandez.miralles@gmail.com authored
The 'API' spelling variant is favored over the 'Api' spelling in current docserver code, so to maintain consistency the 'API' spelling has been enforced. NOTRY=True Review URL: https://codereview.chromium.org/337373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278449 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
Also removes the indirection through the client that GoogleURLTracker was previously doing to call a google_util function. BUG=373245,381088 TBR=jochen Review URL: https://codereview.chromium.org/333723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278448 0039d316-1c4b-4281-b951-d872f2087c98
-