- 01 Nov, 2014 22 commits
-
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#302380}
-
horo authored
Chrome add "X-Chrome-UMA-Enabled" (and sometimes "X-Client-Data") headers while accessing Google servers if UMA is enabled. This header is added before sending the request to the ServiceWorker. So the request which is passed to the ServiceWorker contains this header. If event.request.mode is 'cors' and event.request.headers has "x-chrome-uma-enabled", fetch(event.request) send a CORS preflight request. This preflight request contains "Access-Control-Request-Headers: x-chrome-uma-enabled" header. But the response from the Google server doesn't contain "Access-Control-Allow-Headers: x-chrome-uma-enabled" header. So this fetch fails. To avoid this problem this patch removes these headers before sending the request to the ServiceWorker. This patch introduces ServiceWorkerContext::AddExcludedHeadersForFetchEvent() method and changes DevToolsNetworkTransactionFactory to call this method. BUG=425649 Review URL: https://codereview.chromium.org/666973003 Cr-Commit-Position: refs/heads/master@{#302379}
-
miu authored
This change renames MediaIndicatorView to MediaIndicatorButton, and then merges-in the new functionality to support tab muting by clicking on the indicator. This is the "Cocoa port" of a previous change that added this feature to the views UI: http://codereview.chromium.org/591963002 See change description in link above for details. Also, this change resolves a long-standing bug where navigating back into a NTP would leave the audio indicator turned on even though the NTP does not emit sound. BUG=360372, 344229 TEST=With --enable-tab-audio-muting, user can click audio indicator to toggle tab muting, or use the tab context menu to toggle muting of one or more selected tabs. Review URL: https://codereview.chromium.org/688523002 Cr-Commit-Position: refs/heads/master@{#302378}
-
lgarron authored
BUG=421291 Review URL: https://codereview.chromium.org/692523004 Cr-Commit-Position: refs/heads/master@{#302377}
-
pkotwicz authored
This CL: - Adds !defined(USE_ATHENA) ifdefs where Ash is used. - Stops compiling KeyboardOverlayUI in Athena because it is not necessary - Stops compiling in Athena for simplicity: DisplayOptionsHandler, PowerHandler, FirstRunUI BUG=426561 TEST=None TBR=oshima,estade,stevenjb Review URL: https://codereview.chromium.org/684143003 Cr-Commit-Position: refs/heads/master@{#302376}
-
gauthamt authored
TBR=darin@chromium.org for trivial third_party/*/BUILD.gn changes Review URL: https://codereview.chromium.org/698733002 Cr-Commit-Position: refs/heads/master@{#302375}
-
mlamouri authored
BUG=424453 Review URL: https://codereview.chromium.org/653283007 Cr-Commit-Position: refs/heads/master@{#302374}
-
gusfernandez authored
Reduce the maximum number of Session ID cache entries to save memory but increase the session ID cache timeout to be useful. BUG=426630 Review URL: https://codereview.chromium.org/687343002 Cr-Commit-Position: refs/heads/master@{#302373}
-
avi authored
BUG=416184 TEST=as in bug Review URL: https://codereview.chromium.org/689163002 Cr-Commit-Position: refs/heads/master@{#302372}
-
zmo authored
This is temporary and will be removed after we pin down the issue. BUG=424024 TEST= R=kbr@chromium.org TBR=dgozman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/684423005 Cr-Commit-Position: refs/heads/master@{#302371}
-
jln authored
The BrokerProcess class is too complex. It both serves as management of a new broker process, as well as the implementation of an async-signal-safe IPC mechanism suitable to broker syscall. We split the BrokerProcess class into 4 simpler classes. This will make it easier to replace the broker process with a thread or a new Chrome process type. BUG=429028 Review URL: https://codereview.chromium.org/688843003 Cr-Commit-Position: refs/heads/master@{#302370}
-
thestig authored
They are no longer needed since nearly no extensions code gets built when extensions are disabled. Review URL: https://codereview.chromium.org/672403002 Cr-Commit-Position: refs/heads/master@{#302369}
-
andresantoso authored
These calls are not available on MacViews without Aura, so put them behind an interface through views::Widget. BUG=425229 Review URL: https://codereview.chromium.org/693523003 Cr-Commit-Position: refs/heads/master@{#302368}
-
dalecurtis authored
The mojo_surface_converters get their own file to avoid dependency cycles between media/ and cc/ BUG=none TEST=no more cycles when media depends on type conveters. Review URL: https://codereview.chromium.org/691573003 Cr-Commit-Position: refs/heads/master@{#302367}
-
wez authored
Previously the client cursor would revert to a default arrow if the host cursor was hidden or empty, or in mouse-lock mode. BUG=429368 Review URL: https://codereview.chromium.org/696873002 Cr-Commit-Position: refs/heads/master@{#302366}
-
ianwen authored
Per mock: https://beta-dot-folio.googleplex.com/chrome-ux/mocks/212-stars-iphone/20/phone#%2F05-detail-edit-bookmark.png%3Fc=hidden All tags/filters associated with a bookmark should be displayed in enhanced bookmark detail page. This CL introduced related APIs to jni bridge for UI to retrieve. BUG=NONE Review URL: https://codereview.chromium.org/694093002 Cr-Commit-Position: refs/heads/master@{#302365}
-
morrita authored
Webkit roll 9eddd919681ed3642ac37d811e6b3f30e0f152db(r184753):2842c5f8ea181eb3415ae3b124b873eb4355e6e2(r184758) TBR=morrita BUG= Review URL: https://codereview.chromium.org/695043003 Cr-Commit-Position: refs/heads/master@{#302364}
-
ccameron authored
The root cause was that ImageTransportSurfaceFBO was using the pixel size of the surface to early-out of surface reallocation. This is a problem when scale factor changed and pixel size doesn't -- the change in scale factor is never propagated to the underlying CALayer. Move all logic for changing the size of the surface and for skipping changes in the size of the surface to AllocateOrResizeFramebuffer. Rename ambiguous sizes to be labeled as pixel_size or dip_size. Remove a stray ScopedCAActionDisabler that does nothing (found by inspection of nearby code). Add myself as an OWNER for this path. BUG=424713 Review URL: https://codereview.chromium.org/696823002 Cr-Commit-Position: refs/heads/master@{#302363}
-
ckehoe authored
Moving the DirectiveHandler to be owned by CopresenceManager. This also adds the ability to queue Directives. Tests will be forthcoming. BUG=424253 Review URL: https://codereview.chromium.org/684273004 Cr-Commit-Position: refs/heads/master@{#302362}
-
cmasone authored
GCC thinks that the create_flags parameter in the templated class gin::Invoker constructor is going unused, even though it is definitely being used as a part of a variadic template expansion. Convince GCC that it is in fact being used by casting it to a void. BUG=424334 TEST=Linux GN build of gin with is_clang=false R=aa Review URL: https://codereview.chromium.org/694063002 Cr-Commit-Position: refs/heads/master@{#302361}
-
thestig authored
BUG=159847 Review URL: https://codereview.chromium.org/690213003 Cr-Commit-Position: refs/heads/master@{#302360}
-
jiayl authored
BUG=webrtc:3868 Review URL: https://codereview.chromium.org/689243002 Cr-Commit-Position: refs/heads/master@{#302359}
-
- 31 Oct, 2014 18 commits
-
-
thakis authored
BUG=429372 NOTRY=true Review URL: https://codereview.chromium.org/697783002 Cr-Commit-Position: refs/heads/master@{#302358}
-
kalman authored
options_ui is available. For now this will be hosted on a new page options2.html since the new options aren't stable yet. When they are, I'll switch over the URLs. R=mkearney@chromium.org BUG=406890 Review URL: https://codereview.chromium.org/691283003 Cr-Commit-Position: refs/heads/master@{#302357}
-
thakis authored
We can't fix all instances of this warning at the moment (because of gmock and because of blink apis, see bug). We've fixed many, but our bots still show almost 20k warnings due to this warning, most of them in v8. That's already fixed upstream, but v8 rolls don't happen often. Turn the warning off for now. BUG=428099 NOTRY=true Review URL: https://codereview.chromium.org/687343003 Cr-Commit-Position: refs/heads/master@{#302356}
-
reveman authored
This adds a page set that is useful to measure how good a browser is at producing new content when scrolling a page fast. MAX_SCROLL_LENGTH_PIXELS is changed into MAX_SCROLL_LENGTH_TIME_MS to allow fast scrolling of large pages. BUG=406404 Review URL: https://codereview.chromium.org/688423002 Cr-Commit-Position: refs/heads/master@{#302355}
-
maruel authored
$ git log bcb3bc303..41036ec83 --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-10-31 jbauman Fix termination of initially-suspended processes at end of tests. 2014-10-24 maruel Quick fix to support query parameters in GETs. 2014-10-24 maruel Make test resilient to any umask and add workarounds for strace 2.8. R=jbauman@chromium.org BUG= Review URL: https://codereview.chromium.org/690333004 Cr-Commit-Position: refs/heads/master@{#302354}
-
estade authored
TBR=isherman@chromium.org BUG=429343 Review URL: https://codereview.chromium.org/692263002 Cr-Commit-Position: refs/heads/master@{#302353}
-
kalman authored
storage.sync MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE limit. I'll be relaxing the quota over a few CLs and having 2 limiting mechanisms just complicates things. BUG=406406 R=zea@chromium.org Review URL: https://codereview.chromium.org/685603003 Cr-Commit-Position: refs/heads/master@{#302352}
-
ttuttle authored
BUG= Review URL: https://codereview.chromium.org/694573003 Cr-Commit-Position: refs/heads/master@{#302351}
-
pavely authored
The issue is after enabling sending device_id for LST, IssueToken endpoint started returning "issueAdvice": "consent" for scope marked with per_device_authorization_required:true. The solution is to pass the same device_id/device_type to approval url. Tests: Tested that for LST with device_id consent screen is only shown once. After restart access token is issued without user interaction. Tested that for LST without device_id no consent screen is shown. BUG=403718 R=courage@chromium.org Review URL: https://codereview.chromium.org/693203003 Cr-Commit-Position: refs/heads/master@{#302350}
-
ianwen authored
Local search function has the same logic with how omnibox retrieves bookmarks for a given keyword. BUG=415774 Review URL: https://codereview.chromium.org/695493005 Cr-Commit-Position: refs/heads/master@{#302349}
-
jrummell authored
Since these events are no longer used by the unprefixed EME code, there is no need to pass them to blink. Full removal will happen when the prefixed EME code is removed. BUG=418260 TEST=existing EME tests pass Review URL: https://codereview.chromium.org/685373003 Cr-Commit-Position: refs/heads/master@{#302348}
-
thestig authored
Review URL: https://codereview.chromium.org/687903003 Cr-Commit-Position: refs/heads/master@{#302347}
-
sky authored
The santizer target is empty if no sanitizers are defined, otherwise it contains the necessary targets. Because of this we can always depend on it. Without this dep asan builds fail. BUG=none TEST=none R=brettw@chromium.org TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/694053002 Cr-Commit-Position: refs/heads/master@{#302346}
-
morrita authored
Webkit roll b7fb61d76a24485ae49be3c9a2597fed6126181e(r184749):9eddd919681ed3642ac37d811e6b3f30e0f152db(r184753) TBR=morrita BUG= Review URL: https://codereview.chromium.org/695023002 Cr-Commit-Position: refs/heads/master@{#302345}
-
sandersd authored
For consistency with other VDAs, and to make sure that Chromium's GL state is in sync with reality. BUG=642453003 Review URL: https://codereview.chromium.org/645713002 Cr-Commit-Position: refs/heads/master@{#302344}
-
brucedawson authored
/analyze pointed out that the bit testing in gles2_cmd_decoder.cc was always returning true due to the wrong operator being used. Warnings were: src\gpu\command_buffer\service\gles2_cmd_decoder.cc (3128) : warning C6316: Incorrect operator: tested expression is constant and non-zero. Use bitwise-and to determine whether bits are set. (5103) : warning C6316: Incorrect operator: tested expression is constant and non-zero. Use bitwise-and to determine whether bits are set. BUG=427616 Review URL: https://codereview.chromium.org/690943004 Cr-Commit-Position: refs/heads/master@{#302343}
-
dpranke authored
Previously it didn't, and perhaps there was no need for it to, but it seems like NaCl has a need. Specifically, NaCl has two targets A and B with both run fine on their own, but A can delete the output of B, and so needs to run before B. R=brettw@chromium.org BUG=428576 Review URL: https://codereview.chromium.org/693443002 Cr-Commit-Position: refs/heads/master@{#302342}
-
thakis authored
BUG=428816 NOTRY=true Review URL: https://codereview.chromium.org/696843002 Cr-Commit-Position: refs/heads/master@{#302341}
-