- 28 Sep, 2015 40 commits
-
-
zhaoqin authored
TBR=creis@chromium.org BUG=536907 NOTRY=true Review URL: https://codereview.chromium.org/1373973002 Cr-Commit-Position: refs/heads/master@{#351122}
-
xlai authored
BUG=536293 Review URL: https://codereview.chromium.org/1375573002 Cr-Commit-Position: refs/heads/master@{#351121}
-
ratsunny authored
For media_stream_audio example, add 'audioCapture' permission For media_stream_video example, add 'videoCapture' permission Missing these permissions will cause NavigatorUserMediaError BUG=NONE TEST=Build the app and load it into Chrome, you should see it's working. Review URL: https://codereview.chromium.org/1374513002 Cr-Commit-Position: refs/heads/master@{#351120}
-
dgrogan authored
Bookmarked origins still have to request the permission but will get it without any user interaction. BUG=533197 Review URL: https://codereview.chromium.org/1356813002 Cr-Commit-Position: refs/heads/master@{#351119}
-
gyzhou authored
Added maxWidth:screen.width and maxHeight:screen.height constrains for video in webkitGetUserMedia().Therefore, the stream may have higher resolution than 640*480 which is default in webkitGetUserMedia(). Review URL: https://codereview.chromium.org/1321453004 Cr-Commit-Position: refs/heads/master@{#351118}
-
jhorwich authored
Update the ARC 'getting started' doc to include information about 32-bit x86 targets and ARC. BUG=None R=mkearney@chromium.org Review URL: https://codereview.chromium.org/1347713002 Cr-Commit-Position: refs/heads/master@{#351117}
-
hush authored
Page scale factor is updated when a main frame is committed. But that is not enough because when WebView is invisible, there won't be main frame commits. In order to get page scale factor updates even when WebView is invisible, check page scale factor change when the layout is updated. BUG=520089 Review URL: https://codereview.chromium.org/1368193002 Cr-Commit-Position: refs/heads/master@{#351116}
-
avi authored
BUG=528228 TEST=none Review URL: https://codereview.chromium.org/1374793002 Cr-Commit-Position: refs/heads/master@{#351115}
-
scheib authored
BUG=512643 Review URL: https://codereview.chromium.org/1369463004 Cr-Commit-Position: refs/heads/master@{#351114}
-
pkotwicz authored
Remove FaviconHandler::PageChangedSinceFaviconWasRequested() since both - FaviconHandler::url_ changes (FaviconHandler::FetchFavicon()) - The NavigationController's last committed URL changes (NavigationControllerImpl::RendererDidNavigate()) only as a result of NavigatorImpl::DidNavigate() BUG=517089 TEST=None Review URL: https://codereview.chromium.org/1272413002 Cr-Commit-Position: refs/heads/master@{#351113}
-
jbudorick authored
This should prevent all commands run via timeout_retry.Run from triggering the 20-minute buildbot timeout. In particular, this should prevent long-running gtest suites, e.g. the webrtc perf tests, from timing out. BUG= Review URL: https://codereview.chromium.org/1370133004 Cr-Commit-Position: refs/heads/master@{#351112}
-
peter authored
Previously we would directly pass developer-provided icons on to the Android NotificationManager, but this has led to OOM errors on devices with less memory when developers provide, supposedly, large icons. Starting from this CL, we ensure that icons are at most the size at which they will be presented to the user. TBR=mvanouwerkerk (reviewed in CL 1362943002) BUG=529980 Review URL: https://codereview.chromium.org/1372163002 Cr-Commit-Position: refs/heads/master@{#351111}
-
stanisc authored
This refactoring prepares the code to introduction of NonBlockingDataTypeController for USS datatypes. The goal was to split the very large NonBlockingDataTypeController change into a couple of smaller to make it easier to review and verify. The following changes are included here: 1) Introduced ActivationContext which is a structure that contains all arguments needed to activate a USS datatype. For now ActivationContext is passed via SyncContext / SyncContextProxy, but the goal is to pass it directly via BackendDataTypeConfigurer as an argument for ActivateNonBlockingDataType. ActivationContext is needed as a separate class because NonBlockingDataTypeController will have to receive it from the type processor's callback and temporarily hold on to it. 2) BackendDataTypeConfigurer - two activation methods are renamed to be directory specific and two more activation methods for non-blocking data types are added. 3) DataTypeController cleanup - OnModelLoaded() virtual method shouldn't be on the base class because it applies only to some of the subclasses and is never invoked via the base class. BUG=515962 Review URL: https://codereview.chromium.org/1368683003 Cr-Commit-Position: refs/heads/master@{#351110}
-
skyostil authored
This patch moves the more fundamental scheduling primitives (e.g., TaskQueueManager) to a separate base/ directory. This makes the layered architecture of the scheduler more obvious and reduces the likelihood of accidentally introducing layering violations. With this refactoring, the overall dependencies are: +------+ | base | +------+ ^ | +-------+ +------+ | child |<----| test | +-------+ +------+ ^ ^ ^ ^ | | | | | '----------|-|---. | .----------' '-. | | | | | +----------+ +-------+ | renderer | | ppapi | +----------+ +-------+ Review URL: https://codereview.chromium.org/1374653003 Cr-Commit-Position: refs/heads/master@{#351109}
-
byungchul authored
SyncPolicyHandler depends on policy::TypeCheckingPolicyHandler which is included in policy_component target. GYP missed the dependency while BUILD.gn has it correctly. BUG= Review URL: https://codereview.chromium.org/1371743003 Cr-Commit-Position: refs/heads/master@{#351108}
-
zhaoqin authored
TBR=erikchen@chromium.org BUG=536891 NOTRY=true Review URL: https://codereview.chromium.org/1371193003 Cr-Commit-Position: refs/heads/master@{#351107}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/209c162..c9e190d CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Commits in this roll: c9e190d reed@google.com Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) 25a5b0d robertphillips@google.com Revert of SkImage-backed SkPictureShader (patchset #4 id:60001 of https://codereview.chromium.org/1343153003/ ) 0869267 herb@google.com Add cast and assignment operators to SkAtomic. 13f48dc reed@google.com change pixel-serializer to support reencoding existing data Review URL: https://codereview.chromium.org/1370203003 Cr-Commit-Position: refs/heads/master@{#351106}
-
dschuyler authored
This CL sends the message to actually clear the browsing data when the button is pressed. It also adds enable/disable based on messages from c++ about permissions and state. BUG=532739 Review URL: https://codereview.chromium.org/1365753003 Cr-Commit-Position: refs/heads/master@{#351105}
-
ymalik authored
window.scroll properties being relative to visual viewport breaks some pages under pinch-zoom. The original plan was to have all APIs reflect the layout viewport (and introduce new APIs for visual). This CL is an initial step towards that and the window.scroll properties will be relative to the layout viewport if the 'inert-visual-viewport' flag is set. BUG=489206 Review URL: https://codereview.chromium.org/1366893002 Cr-Commit-Position: refs/heads/master@{#351104}
-
achuith authored
BUG= TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/1369383002 Cr-Commit-Position: refs/heads/master@{#351103}
-
sdefresne authored
Create new class UIStringOverrider that implements the logic to use the data generated by generate_resources_map.py to override UI strings. BUG=534257 Review URL: https://codereview.chromium.org/1363243004 Cr-Commit-Position: refs/heads/master@{#351102}
-
dalecurtis authored
BUG=536773,536601 TEST=new regression test. TBR=chcunningham Review URL: https://codereview.chromium.org/1377433002 Cr-Commit-Position: refs/heads/master@{#351101}
-
blundell authored
This CL introduces IOSLiveTab, an iOS-specific implementation of the LiveTab interface that is backed by WebState (the iOS analogue of WebContents). BUG=371476 Review URL: https://codereview.chromium.org/1372103002 Cr-Commit-Position: refs/heads/master@{#351100}
-
zhenw authored
BUG=535731 Review URL: https://codereview.chromium.org/1366133002 Cr-Commit-Position: refs/heads/master@{#351099}
-
tengs authored
BUG=527558 TEST=unit test Review URL: https://codereview.chromium.org/1356943004 Cr-Commit-Position: refs/heads/master@{#351098}
-
twellington authored
Previously the close button was only available for Custom Tabs in the maximized state. Now it is present in the expanded state and in regular Chrome. BUG=534680 Review URL: https://codereview.chromium.org/1347023004 Cr-Commit-Position: refs/heads/master@{#351097}
-
skyostil authored
Disable per-frame timer scheduling for now since it is causing crashes in situations where the underlying timer task runner becomes null. BUG=536656,510398 Review URL: https://codereview.chromium.org/1370193002 Cr-Commit-Position: refs/heads/master@{#351096}
-
scheib authored
Remove rpaquay@chromium.org, who is no longer working in this area. Include armansito in test/OWNERS so that patches seeking reviewers do not mistakenly see scheib as perferable to armansito. Review URL: https://codereview.chromium.org/1367253002 Cr-Commit-Position: refs/heads/master@{#351095}
-
edwardjung authored
+ Reorganising the context menus into better groupings + Renaming menu item labels for consistency + Removing items that are rarely used and have other access points (e.g. spellchecker submenu, page info) + Fix writing redirection UMA metrics collection BUG=506874 Review URL: https://codereview.chromium.org/1357393002 Cr-Commit-Position: refs/heads/master@{#351094}
-
iclelland authored
BUG=511129 Review URL: https://codereview.chromium.org/1294603003 Cr-Commit-Position: refs/heads/master@{#351093}
-
Krishna Govind authored
Cr-Commit-Position: refs/heads/master@{#351092}
-
avi authored
BUG=535367 TEST=it all stays working Review URL: https://codereview.chromium.org/1360123005 Cr-Commit-Position: refs/heads/master@{#351091}
-
pavely authored
Revert of Enable timerfd in libusb. (patchset #3 id:40001 of https://codereview.chromium.org/1368773005/ ) Reason for revert: Speculatively reverting change that might cause failures: https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/4391 https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux/builds/42667 Original issue's description: > Enable timerfd in libusb. > > This compile flag enables correct timeout handling in libusb. > Without it, timeouts of e.g. interrupt transfers are ignored in most cases. > > BUG=535950 > > Committed: https://crrev.com/072a708b34caad4e046623c2a1c237dc751b92b9 > Cr-Commit-Position: refs/heads/master@{#351072} TBR=reillyg@chromium.org,pneubeck@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=535950 Review URL: https://codereview.chromium.org/1369373002 Cr-Commit-Position: refs/heads/master@{#351090}
-
brettw authored
Previously the Builder did not schedule file loads for configs of configs. This meant that if a BUILD file contained only configs referenced by other configs (rather than configs referenced by targets, or targets referenced by other targets), it would never be loaded. The result will be a failed run with an undefined object. BUG=536844 Review URL: https://codereview.chromium.org/1373903002 Cr-Commit-Position: refs/heads/master@{#351089}
-
jdduke authored
Not all smoothness benchmarks perform gesture scrolling, for which cases no 'first_gesture_scroll_update_latency' values are produced. This lack of value(s) is treated by the dashboard as a failure, which in turn prevents aggregate metric computation for the corresponding page set. BUG=534549 Review URL: https://codereview.chromium.org/1367953003 Cr-Commit-Position: refs/heads/master@{#351088}
-
kojii authored
imported csswg-test@8d5a07ec9aaac52e62f63ca65d944f50c67597d0 imported web-platform-tests@317575aca590f56748df7c0222302bba17c37fd4 css-writing-modes-3 - Several tests updated. html/browsers/history/the-location-interface - 1 file requires support file in the same directory (crbug.com/490940) html/semantics/embedded-content/media-elements - 2 files require running .py on the server. html/semantics/forms/constraints - Several FAILs turned to PASS, expected.txt updated. mediacapture-streams - 1 test added, failure expected added. subresource-integrity - 1 test updated. webstorage - Several tests updated. TBR=dpranke@chromium.org,jsbell@chromium.org,tkent@chromium.org,hayato@chromium.org,kochi@chromium.org BUG=490511, 492664, 490940 Review URL: https://codereview.chromium.org/1372043002 Cr-Commit-Position: refs/heads/master@{#351087}
-
nednguyen authored
fall in the ranges of interaction records Review URL: https://codereview.chromium.org/1357423008 Cr-Commit-Position: refs/heads/master@{#351086}
-
jbudorick authored
BUG=285037,341244 Review URL: https://codereview.chromium.org/1376483002 Cr-Commit-Position: refs/heads/master@{#351085}
-
tedchoc authored
I think with the ability to change toolbar heights at runtime, the fullscreen manager becomes required to ensure correct positioning. This just changes Tab to say it doesn't support hiding if the flag is set to true. BUG=535697 Review URL: https://codereview.chromium.org/1367313002 Cr-Commit-Position: refs/heads/master@{#351084}
-
robertshield authored
in official builds. Expect the first tab to be the signin page during browser tests run for an official build. BUG=536730 TEST=browser_Tests.exe --gtest_filter=*StartupBrowserCreatorTriggeredResetTest* TBR=msw Review URL: https://codereview.chromium.org/1369323002 Cr-Commit-Position: refs/heads/master@{#351083}
-