- 16 Sep, 2014 40 commits
-
-
ariblue authored
./run_benchmark --output-format=json --output-format=html foo BUG= Review URL: https://codereview.chromium.org/574593002 Cr-Commit-Position: refs/heads/master@{#295149}
-
bradnelson authored
The SDK has a dependency on an inner interface on the nacl side. We use a fake to share code. Updating the fake to actually provide what the nacl side expects. BUG=None TEST=trybots R=sbc@chromium.org,binji@chromium.org Review URL: https://codereview.chromium.org/575743006 Cr-Commit-Position: refs/heads/master@{#295148}
-
mlamouri authored
BUG=366145 Review URL: https://codereview.chromium.org/577673004 Cr-Commit-Position: refs/heads/master@{#295147}
-
sorin authored
This allows for specifying more than one urls for update checks and pings. The urls are then tried in the order they are specified. BUG=413879 Review URL: https://codereview.chromium.org/565363002 Cr-Commit-Position: refs/heads/master@{#295146}
-
felt authored
We haven't been using the Safe Browsing timing histograms. Remove the timing code and mark the histograms obsolete. BUG= Review URL: https://codereview.chromium.org/572163002 Cr-Commit-Position: refs/heads/master@{#295145}
-
lanwei authored
A new version of Issue 565583005: Clean up GestureEventDetails constructors https://codereview.chromium.org/565583005/ BUG=350942 TBR=tdresser@chromium.org, jdduke@chromium.org, sadrul@chromium.org Review URL: https://codereview.chromium.org/573963005 Cr-Commit-Position: refs/heads/master@{#295144}
-
erg authored
This creates a basic clipboard interface and uses it from html_viewer. This is a minimal implementation and does not actually interact with the system clipboard. BUG=411039 Review URL: https://codereview.chromium.org/562483002 Cr-Commit-Position: refs/heads/master@{#295143}
-
rockot authored
Relanding of https://codereview.chromium.org/465543004 with a fix for official builds. This establishes a ManifestFetchDataDelegate for use by ExtensionDownloader and ManifestFetchData, and moves ManifestFetchData into //extensions/browser/updater. The delegate provides implementation details for update manifest fetching, including brand code, boilerplate query parameters, and ping data. Chrome's implementation has knowledge of the Google brand, the metrics service, and Omaha-specific query parameters necessary for CRX item queries. BUG=398671 TBR=isherman@chromium.org Review URL: https://codereview.chromium.org/475423002 Cr-Commit-Position: refs/heads/master@{#295142}
-
jdduke authored
While TapDown gestures are a typical part of the touch-gesture pipeline, they are not required and probably even undesirable in the case of synthetic Tap gestures (e.g., with tap disambiguation). Allow such synthetic taps through the gesture stream validator. BUG=414372 Review URL: https://codereview.chromium.org/572853005 Cr-Commit-Position: refs/heads/master@{#295141}
-
bshe authored
BUG=414766 Review URL: https://codereview.chromium.org/574033003 Cr-Commit-Position: refs/heads/master@{#295140}
-
fdegans authored
This picks up: Update NDK to r10c-rc4 https://gerrit.chromium.org/gerrit/71574 Review URL: https://codereview.chromium.org/570263002 Cr-Commit-Position: refs/heads/master@{#295139}
-
sergeyu authored
r294653 added two DCHECKs in JingleSession in CancelChannelCreation() and destructor. These checks were failing in the client sometimes. This CL fixes the code that was causing them to fail: 1. The ChannelMultiplexer needs to be destroyed explicitly in the destructor. 2. ChannelDispatcherBase was calling CancelChannelCreation() even after the channel is created. Review URL: https://codereview.chromium.org/571273003 Cr-Commit-Position: refs/heads/master@{#295138}
-
jamesr authored
Many targets in mojo need to depend on different targets depending on if they are building in the static or component build. In gyp, this is done with variables (since that's the only thing you have) and the GN build initially copied these variables into //mojo/system.gni. This worked, but is not very idomatic in GN. This replaces the variables with groups that forward to the correct depenedency depending on the build type and target type (encoded in the target name). R=brettw@chromium.org, viettrungluu@chromium.org Review URL: https://codereview.chromium.org/554363005 Cr-Commit-Position: refs/heads/master@{#295137}
-
nednguyen authored
Revert of Introduce GetBackendFromContextId to avoid using list index. (patchset #1 id:1 of https://codereview.chromium.org/556003005/) Reason for revert: It looks like the moto E perf bots are broken due to this change. BUG=414267 Original issue's description: > Introduce GetBackendFromContextId to avoid using list index. > > BUG=398467 > TEST=ExtensionTest > > Committed: https://crrev.com/a1a83005087fdac70e7809f9dc1d89f6c4f88dfc > Cr-Commit-Position: refs/heads/master@{#294455} TBR=tbarzic@chromium.org,achuith@chromium.org NOTREECHECKS=true NOTRY=true BUG=398467 Review URL: https://codereview.chromium.org/573573003 Cr-Commit-Position: refs/heads/master@{#295136}
-
dcheng authored
Random fixups that the automated rewriting tool opted to skip. BUG=110610 Review URL: https://codereview.chromium.org/578533002 Cr-Commit-Position: refs/heads/master@{#295135}
-
stevenjb authored
This is in preparation for using the networkingPrivate API directly for the code that has been re-factored so far. BUG=279351 Review URL: https://codereview.chromium.org/544173013 Cr-Commit-Position: refs/heads/master@{#295134}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/a32f175..1e78fc4 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/569313005 Cr-Commit-Position: refs/heads/master@{#295133}
-
Dirk Pranke authored
This reverts commit 3853ffa8. The change broke the Mac10.6 Tests bot on the chromium.webkit waterfall. TBR=hwennborg@chromium.org, thakis@chromium.org BUG=400849 Review URL: https://codereview.chromium.org/572413002 Cr-Commit-Position: refs/heads/master@{#295132}
-
scottmg authored
Going to add it as a build step: https://codereview.chromium.org/575733003/ but for now, don't want to error out. TBR=brettw@chromium.org BUG=335824 Review URL: https://codereview.chromium.org/577723002 Cr-Commit-Position: refs/heads/master@{#295131}
-
mukai authored
This field is not used at all. BUG=408755 R=dewittj@chromium.org TEST=build all succeeds Review URL: https://codereview.chromium.org/566093002 Cr-Commit-Position: refs/heads/master@{#295130}
-
damienv authored
BUG=411015 Review URL: https://codereview.chromium.org/539343002 Cr-Commit-Position: refs/heads/master@{#295129}
-
Nico Weber authored
This is like https://codereview.chromium.org/443483002/ , but that check wasn't as convincing as it could have been since clang accepts override and final as an extension in c++98 mode. No intended behavior change. If your bot can't deal with this, please let me know! BUG=none R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/555383004 Cr-Commit-Position: refs/heads/master@{#295128}
-
fsamuel authored
This prevents racy teardowns that might cause BrowserPlugin to try to delete an invalid pointer BUG=none Test=Open browser sample, and close browser sample. It should not crash. TBR=lazyboy@chromium.org Review URL: https://codereview.chromium.org/574623004 Cr-Commit-Position: refs/heads/master@{#295127}
-
chrome://settingsvitalyp authored
R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default | grep ERROR | wc -l Review URL: https://codereview.chromium.org/552883002 Cr-Commit-Position: refs/heads/master@{#295126}
-
mlamouri authored
This is refactoring some code and also allows add to homescreen to use <meta name='application-name'>. BUG=366145 Review URL: https://codereview.chromium.org/568823003 Cr-Commit-Position: refs/heads/master@{#295125}
-
Gayane Petrosyan authored
to be within metrics code MetricsReportingEnabled checkbox changed code refactored for not-chromeos: -prefs removed from HTML -Handler and callback functions added to core_options_handler -Major refactoring in metrics_reporting_state -Simple histogram added in metrics_reporting_state without distinguishing the source of the change -browser_options_handler changed to handle new way of forcing company policies of disabling the checkbox BUG=401233 NOPRESUBMIT=true R=asvitkine@chromium.org Review URL: https://codereview.chromium.org/506663003 Patch from Gayane Petrosyan <gayane@chromium.org>. Cr-Commit-Position: refs/heads/master@{#295124}
-
azarchs authored
Avoid using ToInternalValue in computing timings, so that the timings are consistent accross platforms and with javascript performance timings API. BUG=413672 Review URL: https://codereview.chromium.org/557953006 Cr-Commit-Position: refs/heads/master@{#295123}
-
resetswitch authored
My previous checking mistakenly used tabs. replacing them with spaces as required by the style guide. https://codereview.chromium.org/545103003/ Review URL: https://codereview.chromium.org/570933004 Cr-Commit-Position: refs/heads/master@{#295122}
-
mdempsky authored
This CL makes a few changes in the direction of removing dependencies on ErrorCode by pushing them up a layer: - Trap now simply uses TrapKeys directly to store trap function and metadata instead of needlessly encoding them as ErrorCode. - MakeTrap returns a bare trap ID and it's instead the caller's responsibility to encode in an ErrorCode if needed, which is now handled by ErrorCode's trap constructor. - Also, ErrorCodeFromTrapId() is replaced by IsSafeTrapId() to answer the one question that SandboxBPF was interested in knowing about existing traps. - Change a few SandboxBPF trap-constructing functions into static functions since they don't depend on any SandboxBPF instance member variables. BUG=414363 Review URL: https://codereview.chromium.org/572753002 Cr-Commit-Position: refs/heads/master@{#295121}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a ChromeOS build. BUG=110610 Review URL: https://codereview.chromium.org/576503002 Cr-Commit-Position: refs/heads/master@{#295120}
-
achaulk authored
Implements an OutputSurface that uses render-to-texture and overlays to display the main surface. Buffering of frames is implemented internally as there is no system-provided surface. BUG=380861 Review URL: https://codereview.chromium.org/516663003 Cr-Commit-Position: refs/heads/master@{#295119}
-
vitalybuka authored
Review URL: https://codereview.chromium.org/576823002 Cr-Commit-Position: refs/heads/master@{#295118}
-
lfg authored
BUG=352290 Review URL: https://codereview.chromium.org/573843002 Cr-Commit-Position: refs/heads/master@{#295117}
-
sky authored
I came across this while investigating slowness. Without this we would end up unnecessarily toggling visibility a couple of times. While not the end of the world, toggling visibility for the bookmarkbar can take a while (mostly because it can end up containing a ton of views). BUG=none TEST=covered by test now R=jamescook@chromium.org Review URL: https://codereview.chromium.org/573893003 Cr-Commit-Position: refs/heads/master@{#295116}
-
dalecurtis authored
BUG=414066 TEST=none Review URL: https://codereview.chromium.org/557363004 Cr-Commit-Position: refs/heads/master@{#295115}
-
jmedley authored
BUG=none R= mkearney@chromium.org, smain@chromium.org TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/511963004 Cr-Commit-Position: refs/heads/master@{#295114}
-
nyquist authored
This removes the last known dependency on guava_javalib. Full list of changes: r340 Removing guava dependency for the invalidation client (part of an effort to reduce method count in Android applications) r341 Fixing package name in AndroidListenerManifest.xml and ordering factory methods by corresponding proto field in AndroidService.java BUG=412673 TBR=zea@chromium.org Review URL: https://codereview.chromium.org/573733004 Cr-Commit-Position: refs/heads/master@{#295113}
-
mlamouri authored
BUG=414725 Review URL: https://codereview.chromium.org/577643003 Cr-Commit-Position: refs/heads/master@{#295112}
-
chirantan authored
Refactor the RendererFreezer class so that untestable code is moved into a delegate and add unit tests. Modify FakePowerManagerClient so that it provides more information for tests. Also use a CancelableClosure for the asynchronous suspend readiness callback in case we get a SuspendDone before we've had a chance to run OnReadyForSuspend(). BUG=364339,414396 Signed-off-by:
Chirantan Ekbote <chirantan@chromium.org> Review URL: https://codereview.chromium.org/543303002 Cr-Commit-Position: refs/heads/master@{#295111}
-
dtseng authored
BUG=414408 Review URL: https://codereview.chromium.org/562203006 Cr-Commit-Position: refs/heads/master@{#295110}
-