- 21 Oct, 2014 40 commits
-
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. The generator for the GLES2 command buffers has also been updated. BUG=417463 TBR=piman@chromium.org Review URL: https://codereview.chromium.org/663363002 Cr-Commit-Position: refs/heads/master@{#300496}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=rogerta@chromium.org Review URL: https://codereview.chromium.org/649283003 Cr-Commit-Position: refs/heads/master@{#300495}
-
samuong authored
Revert of [chromedriver] Set mobile=true when calling setDeviceMetricsOverride (patchset #1 id:1 of https://codereview.chromium.org/668783002/) Reason for revert: This is breaking mobile emulation tests (testDeviceMetrics and testDeviceName). For some reason, window.innerHeight/innerWidth get reported incorrectly when this patch is applied. Original issue's description: > [chromedriver] Set mobile=true when calling setDeviceMetricsOverride > > BUG=chromedriver:944 > TBR=stgao@chromium.org > > Committed: https://crrev.com/02d008b0ee86ef7037833d27cf92b45f9125f097 > Cr-Commit-Position: refs/heads/master@{#300390} TBR=srawlins@google.com,stgao@chromium.org NOTREECHECKS=true NOTRY=true BUG=chromedriver:944 Review URL: https://codereview.chromium.org/666173002 Cr-Commit-Position: refs/heads/master@{#300494}
-
grt authored
BUG=425570 TBR=bradnelson@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/647793003 Cr-Commit-Position: refs/heads/master@{#300493}
-
maruel authored
$ git log a57d7db40..021963987 --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-10-17 maruel Add --idempotent support now that the server supports it. 2014-10-17 maruel Fix a client side failure when a task completely blows up. TBR=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/666673008 Cr-Commit-Position: refs/heads/master@{#300492}
-
Sadrul Habib Chowdhury authored
Initializaing chromeos::Network triggers a whole bunch of things that are not necessary or useful in tests. So avoid initializing this subsystem, since none of the tests depend on it. Tests that do depend on this in the future should explicitly initialize this from SetUp(). This change brings down the runtime of athena_unittests significantly. BUG=412535 R=oshima@chromium.org Review URL: https://codereview.chromium.org/653853004 Cr-Commit-Position: refs/heads/master@{#300491}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/b0e89dc..9fbc3f3 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=mtklein@google.com Review URL: https://codereview.chromium.org/645793004 Cr-Commit-Position: refs/heads/master@{#300490}
-
antrim authored
BUG=387613 R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/614973002 Cr-Commit-Position: refs/heads/master@{#300489}
-
spang authored
This limits the amount of code that must be reentrant in the case of nested message loops. In particular libgestures is not reentrant; this fixes getting some modifiers stuck down with a context menu open. BUG=418787 TEST=manual on link_freon Review URL: https://codereview.chromium.org/661353006 Cr-Commit-Position: refs/heads/master@{#300488}
-
lfg authored
Revert of [Base] Use variadic template in callback_list.h (wave 1) (patchset #1 id:1 of https://codereview.chromium.org/618573002/) Reason for revert: Breaking compilation on windows with MSVC Express. Original issue's description: > [Base] Use variadic template in callback_list.h > > Replace pump.py generated base/callback_list.h with variadic template version. > > BUG=None > > Committed: https://crrev.com/a28756fae426023c53542f08c1bf80397a28f677 > Cr-Commit-Position: refs/heads/master@{#298529} TBR=ajwong@chromium.org,tzik@chromium.org NOTREECHECKS=true NOTRY=true BUG=None Review URL: https://codereview.chromium.org/663083005 Cr-Commit-Position: refs/heads/master@{#300487}
-
mcdavid authored
When running android instrumentation tests through test_runner, the exclude_annotations rules will now take precedence over the test filters, instead of being ignored. BUG=425297 Review URL: https://codereview.chromium.org/668793002 Cr-Commit-Position: refs/heads/master@{#300486}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/653633006 Cr-Commit-Position: refs/heads/master@{#300485}
-
carlosk authored
Also fixes a couple issues with the shortcutting of RenderFrameHostImpl::OnBeforeUnloadACK in case there's no actual IPC call. The main issue was that when there was no active renderer these calls inside RenderFrameHostImpl::OnBeforeUnloadACK would be executed without the prior due mirror calls: render_view_host_->decrement_in_flight_event_count(); render_view_host_->StopHangMonitorTimeout(); BUG=416877 Review URL: https://codereview.chromium.org/659773002 Cr-Commit-Position: refs/heads/master@{#300484}
-
kjellander authored
This unblocks rolling WebRTC, since it depends on libyuv and cannot use the dependency to ppapi, which was removed in https://code.google.com/p/libyuv/source/detail?r=1130. BUG=libyuv:374 Review URL: https://codereview.chromium.org/666103002 Cr-Commit-Position: refs/heads/master@{#300483}
-
sungmann.cho authored
After landing of https://codereview.chromium.org/600263002, RendererAccessibilityFocusOnly class is no longer necessary. So we can remove it and related codes. BUG=417758 Review URL: https://codereview.chromium.org/651593002 Cr-Commit-Position: refs/heads/master@{#300482}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=agl@chromium.org Review URL: https://codereview.chromium.org/645623006 Cr-Commit-Position: refs/heads/master@{#300481}
-
benm authored
Review URL: https://codereview.chromium.org/670713002 Cr-Commit-Position: refs/heads/master@{#300480}
-
grt authored
> Added incident report for variations seed signature mismatch. > > - Keep record of a bad signature in VariationsSeedStore::LoadSeed. > - Register VerifyVariationsSeedSignature in SafeBrowsingService::RegisterAllDelayedAnalysis to send an incident report, if a bad signature is encountered. > > BUG=423467 > > Review URL: https://codereview.chromium.org/646733002 > > Cr-Commit-Position: refs/heads/master@{#299964} This reverts commit 37907039 because it accesses g_browser_process->variations_service() off of the main thread, leading to a DCHECK. BUG=423467 TBR=grt@chromium.org Review URL: https://codereview.chromium.org/664333002 Cr-Commit-Position: refs/heads/master@{#300479}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#300478}
-
dgozman authored
BUG=405566 TBR=pfeldman Review URL: https://codereview.chromium.org/663373002 Cr-Commit-Position: refs/heads/master@{#300477}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=msw@chromium.org Review URL: https://codereview.chromium.org/671653002 Cr-Commit-Position: refs/heads/master@{#300476}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=yoz@chromium.org Review URL: https://codereview.chromium.org/664933004 Cr-Commit-Position: refs/heads/master@{#300475}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=mek@chromium.org Review URL: https://codereview.chromium.org/666153002 Cr-Commit-Position: refs/heads/master@{#300474}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/670683003 Cr-Commit-Position: refs/heads/master@{#300473}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/667123002 Cr-Commit-Position: refs/heads/master@{#300472}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=ddorwin@chromium.org Review URL: https://codereview.chromium.org/655713003 Cr-Commit-Position: refs/heads/master@{#300471}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=mpcomplete@chromium.org Review URL: https://codereview.chromium.org/668663006 Cr-Commit-Position: refs/heads/master@{#300470}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/667943003 Cr-Commit-Position: refs/heads/master@{#300469}
-
Paweł Hajdan, Jr authored
BUG=404694 R=earthdok@chromium.org Review URL: https://codereview.chromium.org/637953005 Cr-Commit-Position: refs/heads/master@{#300468}
-
dcheng authored
BUG=417463 TBR=asanka@chromium.org Review URL: https://codereview.chromium.org/665253002 Cr-Commit-Position: refs/heads/master@{#300467}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/667923003 Cr-Commit-Position: refs/heads/master@{#300466}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/653773004 Cr-Commit-Position: refs/heads/master@{#300465}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=nick@chromium.org Review URL: https://codereview.chromium.org/663023009 Cr-Commit-Position: refs/heads/master@{#300464}
-
henrika authored
TBR=tommi@chromium.org, hellner@chromium.org NOTREECHECKS=true NOTRY=true BUG=N/A Review URL: https://codereview.chromium.org/645853004 Cr-Commit-Position: refs/heads/master@{#300463}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b312e40..95c55ab TBR=aboxhall@chromium.org,kochi@chromium.org Review URL: https://codereview.chromium.org/666823006 Cr-Commit-Position: refs/heads/master@{#300462}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/671663002 Cr-Commit-Position: refs/heads/master@{#300461}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=bauerb@chromium.org Review URL: https://codereview.chromium.org/652473004 Cr-Commit-Position: refs/heads/master@{#300460}
-
hidehiko authored
This CL is to build the libshared_memory_support_nacl.a for nacl_helper_nonsfi. The library is not used yet, but will be used soon in following CLs. Also, it should be built successfully now. BUG=358465 TEST=Ran trybots. Implement nacl_helper_nonsfi on top of this CL, and made sure it works. Review URL: https://codereview.chromium.org/656063003 Cr-Commit-Position: refs/heads/master@{#300459}
-
dcheng authored
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=hashimoto@chromium.org Review URL: https://codereview.chromium.org/671513005 Cr-Commit-Position: refs/heads/master@{#300458}
-
joaodasilva authored
This change expands the example policy value to demonstrate how bookmark folders can be configured. BUG=424181 Review URL: https://codereview.chromium.org/658393002 Cr-Commit-Position: refs/heads/master@{#300457}
-