- 24 Mar, 2015 1 commit
-
-
nick authored
This test passes now because bug 433012 has been fixed in blink. BUG=433012 Review URL: https://codereview.chromium.org/1004593004 Cr-Commit-Position: refs/heads/master@{#321902}
-
- 23 Mar, 2015 39 commits
-
-
anandc authored
This should help with diff-ing the contents of the host-logs when tests fail. BUG= Review URL: https://codereview.chromium.org/1016273004 Cr-Commit-Position: refs/heads/master@{#321901}
-
mikecase authored
Work Chrome will instantly crash when running instrumentation tests unless we whitelist the etp_native/ folder to not be removed. BUG=452143 Review URL: https://codereview.chromium.org/1023443006 Cr-Commit-Position: refs/heads/master@{#321900}
-
alhaad authored
Adding Mojo C thunks headers to be used by html_viewer. Note that the Mojo shell can register an implementation only when this is rolled into the Mojo repo. R=jamesr@chromium.org,piman@chromium.org BUG=453591 Review URL: https://codereview.chromium.org/1023673009 Cr-Commit-Position: refs/heads/master@{#321899}
-
ksakamoto authored
This patch moves the functionality of RenderFrameDevToolsAgentHost::DispatchProtocolMessage() to DevToolsAgentHostImpl so that SW agent host can handle the emulateNetworkConditions message. BUG=444820 Review URL: https://codereview.chromium.org/1029523002 Cr-Commit-Position: refs/heads/master@{#321898}
-
horo authored
Revert of Revert of Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/1027743004/) Reason for revert: Failing on Android One perf bot which doesn't have "screenrecord". http://crbug.com/469841 Original issue's description: > Revert of Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/959793002/) > > Reason for revert: > avconv is available on Nexus 10. > https://code.google.com/p/chromium/issues/detail?id=433943#c37 > > Original issue's description: > > Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/954663002/) > > > > Reason for revert: > > Failing on Nexus 10. > > > > Original issue's description: > > > Enable ServiceWorkerPerfTest (service_worker.service_worker) > > > > > > I think https://codereview.chromium.org/884573004/ fixed the ServiceWorker test flakiness. > > > > > > BUG=433943 > > > TEST=./tools/perf/run_benchmark --browser-executable=~/chromium/src/out/Debug/chrome --also-run-disabled-tests service_worker.service_worker > > > > > > Committed: https://crrev.com/adaa44fc1275085c09fff18d8f2dfbddd88bc186 > > > Cr-Commit-Position: refs/heads/master@{#317807} > > > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,horo@chromium.org > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=433943 > > > > Committed: https://crrev.com/6aa34fa4e41d77e92d86f3f0c5f80fab9bdda749 > > Cr-Commit-Position: refs/heads/master@{#318066} > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=433943 > > Committed: https://crrev.com/e3f37ac21edb64dcf805007a382aff9405642948 > Cr-Commit-Position: refs/heads/master@{#321759} TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=433943 Review URL: https://codereview.chromium.org/1000273003 Cr-Commit-Position: refs/heads/master@{#321897}
-
reddaly authored
BUG=451526 Review URL: https://codereview.chromium.org/999933005 Cr-Commit-Position: refs/heads/master@{#321896}
-
thakis authored
The current method is MSVS-specific. With just NOINLINE, clang still does a tail call, which also prevents a stack frame, so also add some dummy machinery that makes the tail-call optimization impossible. BUG=469813 Review URL: https://codereview.chromium.org/1029183002 Cr-Commit-Position: refs/heads/master@{#321895}
-
jackhou authored
This sets CFBundleShortVersionString to the app's version_name. It was previously the version of Chrome that built the shim. The Chrome version is now stored in CrBundleVersion. This also adds |version_for_display| to ShortcutInfo. BUG=465617 Review URL: https://codereview.chromium.org/1016543004 Cr-Commit-Position: refs/heads/master@{#321894}
-
aurimas authored
BUG=428842 Review URL: https://codereview.chromium.org/1015833005 Cr-Commit-Position: refs/heads/master@{#321893}
-
reillyg authored
As of OS X Yosemite the IORegistry paths for Bluetooth HID devices are no longer unique. This change switches to using the entry IDs instead, which appear to remain unique. BUG=452172 Review URL: https://codereview.chromium.org/1025553004 Cr-Commit-Position: refs/heads/master@{#321892}
-
pkotwicz authored
BUG=428904 Review URL: https://codereview.chromium.org/1024993003 Cr-Commit-Position: refs/heads/master@{#321891}
-
asanka authored
Some servers incorrectly send 'Content-Encoding: gzip' for responses that should be downloaded as gzipped files. UMA indicates that the number of servers that exhibit this incorrect behavior is vanishingly small. Hence the network stack will no longer perform this encoding fixup. What an embedder of the network stack does with a response often depends on the response headers and the capabilities of the embedder. The current implementation was based on an inaccurate prediction of the inteded disposition of the response. In addition to the inaccuracy, the implementation was also becoming a maintenance burden. With this change, resources downloaded with the incorrect Content-Encoding will be saved uncompressed. BUG=318217 Review URL: https://codereview.chromium.org/1008873006 Cr-Commit-Position: refs/heads/master@{#321890}
-
jrummell authored
BUG=450861 TEST=layout tests for ECK pass Review URL: https://codereview.chromium.org/1023333002 Cr-Commit-Position: refs/heads/master@{#321889}
-
kenobi authored
Fix a type error introduced in https://codereview.chromium.org/1032513002/ BUG=None TBR=smckay@chromium.org Review URL: https://codereview.chromium.org/1020003004 Cr-Commit-Position: refs/heads/master@{#321888}
-
estade authored
BUG=469780 Review URL: https://codereview.chromium.org/1011503004 Cr-Commit-Position: refs/heads/master@{#321887}
-
alhaad authored
Modify build_gles2_cmd_buffer.py to generate a class that implements gpu::GLES2Interace and for each entry point either defers to Mojo C thunk if we expose an entry point or check fails. The code in its current form makes use of MojoGLES2GetGLES2Interface if html_viewer makes use but we do not have a Mojo C thunk. I'll be adding Mojo C thunks for other functions used by html_viewer and eventually remove MojoGLES2GetGLES2Interface. R=jamesr@chromium.org,davemoore@chromium.org BUG=453591 Review URL: https://codereview.chromium.org/993253003 Cr-Commit-Position: refs/heads/master@{#321886}
-
reed authored
Will support this skia change: https://codereview.chromium.org/967943002/ BUG= Review URL: https://codereview.chromium.org/1031713003 Cr-Commit-Position: refs/heads/master@{#321885}
-
nick authored
TaskManagerBrowserTest.NavigateAwayFromHungRenderer is a test for bug 444945, not bug 444722. BUG=444945 Review URL: https://codereview.chromium.org/1016943003 Cr-Commit-Position: refs/heads/master@{#321884}
-
rch authored
Specifically that the cache is indexed by host and path, not by method nor scheme, nor full URL, nor request headers, etc. In preparation for making the chrome version more similar. Merge internal change: 89092881 Review URL: https://codereview.chromium.org/1028923002 Cr-Commit-Position: refs/heads/master@{#321883}
-
reveman authored
BUG= Review URL: https://codereview.chromium.org/1023813004 Cr-Commit-Position: refs/heads/master@{#321882}
-
reillyg authored
When opening a composite device some combination of the WinUSB and HID APIs may be used. This patch fixes composite_close to close both WinUSB file handles and HID file handles. BUG=466578 Review URL: https://codereview.chromium.org/1032563002 Cr-Commit-Position: refs/heads/master@{#321881}
-
kenobi authored
- Fix a bug where stacks weren't getting printed. - Remove throwing of errors - the error catcher should catch but not re-throw errors. BUG=None Review URL: https://codereview.chromium.org/1005693008 Cr-Commit-Position: refs/heads/master@{#321880}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1f99128..315737e TBR=dglazkov@chromium.org,alph@chromium.org Review URL: https://codereview.chromium.org/1010973009 Cr-Commit-Position: refs/heads/master@{#321879}
-
lfg authored
BUG=464633 Review URL: https://codereview.chromium.org/1018043004 Cr-Commit-Position: refs/heads/master@{#321878}
-
fgorski authored
BUG=448165 Review URL: https://codereview.chromium.org/1018643003 Cr-Commit-Position: refs/heads/master@{#321877}
-
thestig authored
Review URL: https://codereview.chromium.org/1023413002 Cr-Commit-Position: refs/heads/master@{#321876}
-
pkotwicz authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/1022673006 Cr-Commit-Position: refs/heads/master@{#321875}
-
xiyuan authored
BUG= TBR=dpolukhin@chromium.org Review URL: https://codereview.chromium.org/1033513002 Cr-Commit-Position: refs/heads/master@{#321874}
-
eae authored
Update the bundled version of harfbuzz-ng in third_party to 0.9.40 which is the latest release. This includes a variety of fixes and also has the two MacOS CoreText reverse_range fixes that we've already cherry picked. TBR=behdad@chromium.org Review URL: https://codereview.chromium.org/1005693006 Cr-Commit-Position: refs/heads/master@{#321873}
-
tommi authored
WebRTC 8829:8837 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/56dc67d..2112dbb Libjingle 8821:8836 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/629d39a..fed547e TBR= BUG= Review URL: https://codereview.chromium.org/1027283003 Cr-Commit-Position: refs/heads/master@{#321872}
-
guoweis authored
With the introduction of CVO, VideoRendererInterface implementation should handle rotation frame by either rotating in renderer or calling into GetCopyWithRotationApplied. BUG=webrtc:4145 Review URL: https://codereview.chromium.org/1025653004 Cr-Commit-Position: refs/heads/master@{#321871}
-
boliu authored
BUG= Review URL: https://codereview.chromium.org/1028953002 Cr-Commit-Position: refs/heads/master@{#321870}
-
rdevlin.cronin authored
There was a flicker caused because we remove the 'loading' class from the page before the extensions list finishes updating itself (asynchronously). BUG=469053 BUG=469332 Review URL: https://codereview.chromium.org/1025703003 Cr-Commit-Position: refs/heads/master@{#321869}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/b8a1d30..92d04da CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1030663003 Cr-Commit-Position: refs/heads/master@{#321868}
-
agl authored
BUG=none Review URL: https://codereview.chromium.org/969433002 Cr-Commit-Position: refs/heads/master@{#321867}
-
wjmaclean authored
Replace an unsafe comparison of zoom level values. BUG=none Review URL: https://codereview.chromium.org/1032503003 Cr-Commit-Position: refs/heads/master@{#321866}
-
stapelberg authored
With the recent bugfixes (see BUG=), hi-dpi support on Linux works well enough to enable it by default. BUG=143619 Review URL: https://codereview.chromium.org/1028703004 Cr-Commit-Position: refs/heads/master@{#321865}
-
hcarmona authored
The permission bubble is created once. It now chooses an appropriate anchor if the omnibar is not visible. The bubble's anchor is updated when fullscreen is toggled. Screenshots of change: http://imgur.com/a/PmEQz BUG=440403,440401 Review URL: https://codereview.chromium.org/962453002 Cr-Commit-Position: refs/heads/master@{#321864}
-
mikecase authored
Currently, if appurify reports an exception, we will report it in the way we report test failures. Instead, we should be raising a RemoteDeviceException. BUG= Review URL: https://codereview.chromium.org/1015513005 Cr-Commit-Position: refs/heads/master@{#321863}
-