- 27 Oct, 2014 28 commits
-
-
fukino authored
After finishing playing video, the media_.ended keep true even after a user drag the slider. This CL check the slider UI whether or not the position is at the end, and show reload button only when it is at the end. BUG=413000 TEST=check the button after drag the slider for local video and ChromeCast. Review URL: https://codereview.chromium.org/667513003 Cr-Commit-Position: refs/heads/master@{#301334}
-
rosca authored
The solution has been approved in skia: https://codereview.chromium.org/666043003/ BUG= Review URL: https://codereview.chromium.org/639773010 Cr-Commit-Position: refs/heads/master@{#301333}
-
ripp authored
While directory copying, the original code creates top-level directory with the same permissions as source one. So if source directory is read-only, the newly created directory is also read-only, and neither files nor subdirectories can't be created in it R=rvargas@chromium.org TEST=Unit test was updated to check such a use case Review URL: https://codereview.chromium.org/659303002 Cr-Commit-Position: refs/heads/master@{#301332}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cc8ec0b..a443537 TBR=leviw@chromium.org,yurys@chromium.org Review URL: https://codereview.chromium.org/681733002 Cr-Commit-Position: refs/heads/master@{#301331}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/637233003 Cr-Commit-Position: refs/heads/master@{#301330}
-
blundell authored
After a render process dies, the main RenderFrameHostImpl can be reused for a new RenderFrame in a new render process. In this case, the Mojo connection between the RFHI and the new RenderFrame was not being set up. This CL fixes the glitch and additionally future-proofs for the case where sub-frames can be reused as well: - When the FrameTree resets process state, it instructs the RFHI's affected to invalidate their Mojo connections. - When the RenderFrameHostManager creates a new RenderFrame for an RFHI, it instructs that RFHI to set up the Mojo connection if necessary. BUG=421069 TEST=Navigate to about://omnibox. Kill the tab via the Task Manager and reload. Observe that the page produces output upon submission of input. Review URL: https://codereview.chromium.org/666563005 Cr-Commit-Position: refs/heads/master@{#301329}
-
ygorshenin authored
BUG=230018 TEST=unit_tests:OwnerSettingsServiceChromeOSTest.* Committed: https://crrev.com/5fa0ee22683b92d67e07c060e8c7a3c4cced51ee Cr-Commit-Position: refs/heads/master@{#301132} Review URL: https://codereview.chromium.org/654263003 Cr-Commit-Position: refs/heads/master@{#301328}
-
plundblad authored
This includes the braille IME in the compiled js resources. As a cleanup, most of the braille IME externs are removed, consolidating with the central location in third_party/closure_compiler. The compiler used for checking braille IME and chroemvox in the presubmit scripts is chagned to the one in top-level third_party, isntead of the one in blink. R=dtseng, tbreisacher BUG= Review URL: https://codereview.chromium.org/665633002 Cr-Commit-Position: refs/heads/master@{#301327}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/193ad3d..cc8ec0b TBR=leviw@chromium.org,yurys@chromium.org Review URL: https://codereview.chromium.org/679983002 Cr-Commit-Position: refs/heads/master@{#301326}
-
yawano authored
BUG=423257 TEST=out/Release/browser_tests --gtest_filter=FileManagerPrivateApiTest.OnFileChanged Review URL: https://codereview.chromium.org/658013002 Cr-Commit-Position: refs/heads/master@{#301325}
-
jamesr authored
This code is being developed in the mojo repository but it unused in chromium. R=aa@chromium.org Review URL: https://codereview.chromium.org/646943006 Cr-Commit-Position: refs/heads/master@{#301324}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ff95c8e..193ad3d TBR= Review URL: https://codereview.chromium.org/675413002 Cr-Commit-Position: refs/heads/master@{#301323}
-
samuong authored
BUG= Review URL: https://codereview.chromium.org/675633005 Cr-Commit-Position: refs/heads/master@{#301322}
-
shreeram.k authored
According to latest editor's draft http://rawgit.com/w3c/html-api-map/master/index.html HTML pre tag should be exposed as follow: MSAA + IAccessible2 Role: IA2_ROLE_PARAGRAPH AX AXRole: AXGroup AXSubrole: (nil) AXRoleDescription: "group" This CL depends on blink side CL https://codereview.chromium.org/671003002/ (Reverted) Re-Land CL https://codereview.chromium.org/663233004/ BUG=426053 TBR=kalman Review URL: https://codereview.chromium.org/671033002 Cr-Commit-Position: refs/heads/master@{#301321}
-
hidehiko authored
liblatency_info_nacl.a will be used by libppapi for nacl_helper_nonsfi. This CL builds the library, but it is not used yet. It is now for just making sure it is built properly. It will be depended on by ppapi_proxy_nacl in a later CL. BUG=358465 TEST=Ran trybot. Review URL: https://codereview.chromium.org/671443005 Cr-Commit-Position: refs/heads/master@{#301320}
-
mtomasz authored
The responsibility of EntryWatcherService has been moved to WatcherManager implementations. Note, that the original code was unnecesarily complicated. After replacing the observer interface with a simple callback, there is no need for an extra service managing watchers anymore. This was possible because with the new design entry watchers will no longer survive reboots. TEST=Compiles. BUG=261491 Review URL: https://codereview.chromium.org/642343004 Cr-Commit-Position: refs/heads/master@{#301319}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3e1901b..ff95c8e TBR= Review URL: https://codereview.chromium.org/652403004 Cr-Commit-Position: refs/heads/master@{#301318}
-
hidehiko authored
libtracing_nacl.a will be used by PPAPI library for nacl_helper_nonsfi. This CL builds the library, but it is not used yet. It is now for just making sure it is built properly. BUG=358465 TEST=Ran trybot. Review URL: https://codereview.chromium.org/650593003 Cr-Commit-Position: refs/heads/master@{#301317}
-
satorux authored
The test was removed a long time ago: https://src.chromium.org/viewvc/chrome?revision=228580&view=revision BUG=104950 TEST=none Review URL: https://codereview.chromium.org/647763005 Cr-Commit-Position: refs/heads/master@{#301316}
-
calamity authored
This CL moves the NamedPage enum from ContentsView into AppListModel where it will be used as a more generic value that represents the state of the app list. This is in preparation of notifying code across the chrome/ DEPS boundary of changes to the app list's state. BUG=425444 Review URL: https://codereview.chromium.org/675053002 Cr-Commit-Position: refs/heads/master@{#301315}
-
tyoshino authored
It looks fixed. The bot is no longer running the test, so ran valgrind locally. R=yhirano NOTRY=true BUG=417093 Review URL: https://codereview.chromium.org/672143002 Cr-Commit-Position: refs/heads/master@{#301314}
-
shimazu authored
BUG=N/A TEST=./tools/perf/run_benchmark --browser=android-chrome-shell page_cycler.top_10_mobile --pageset-repeat=1 --report-speed-index Review URL: https://codereview.chromium.org/671913004 Cr-Commit-Position: refs/heads/master@{#301313}
-
horo authored
The registrations of the ServiceWorker scope outside the script directory will be restricted, as per discussion on https://github.com/slightlyoff/ServiceWorker/issues/468. So this cl changes the scope which is used in PushMessaging tests. After this patch will land, I will re-intoruce the scope restriction in Blink side by reverting this: https://codereview.chromium.org/672353003/ BUG=423983 Review URL: https://codereview.chromium.org/644763005 Cr-Commit-Position: refs/heads/master@{#301312}
-
leviw authored
Revert of Enable virtual viewport on all platforms (patchset #5 id:80001 of https://codereview.chromium.org/665963002/) Reason for revert: This appears to break the entire world as far as LayoutTests are concerned. Here's a small sample: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=css1%2Fbasic%2Fcontainment.html%2Ccss1%2Fbasic%2Fcomments.html%2Ccss1%2Fbasic%2Fgrouping.html%2Ccss1%2Fbasic%2Fclass_as_selector.html%2Ccss1%2Fbasic%2Finheritance.html%2Ccss1%2Fbasic%2Fcontextual_selectors.html%2Ccss1%2Fbasic%2Fid_as_selector.html Original issue's description: > Enable virtual viewport on all platforms except Android WebView. > > BUG=148816 > > Committed: https://crrev.com/e52372c24d2e1e9785703f0563ffc3423f7161cc > Cr-Commit-Position: refs/heads/master@{#301307} TBR=aelias@chromium.org,mkosiba@chromium.org,cpu@chromium.org,bokan@chromium.org NOTREECHECKS=true NOTRY=true BUG=148816 Review URL: https://codereview.chromium.org/679973003 Cr-Commit-Position: refs/heads/master@{#301311}
-
sammc authored
This adds a ServiceRegistrationManager that acts as a global repository of extensions API services to be added to RenderFrameHosts along with the extensions API permissions that gate access to them. BUG=389016 Review URL: https://codereview.chromium.org/652793002 Cr-Commit-Position: refs/heads/master@{#301310}
-
minilogo authored
Worked for all other keys except for the media keys where CanAutoAssign would ALWAYS return true even if key was modified by user. Now no commands should be overwritten on update if they have been changed by a user. BUG=421482 R=finnur@chromium.org Review URL: https://codereview.chromium.org/667833004 Cr-Commit-Position: refs/heads/master@{#301309}
-
calamity authored
This CL moves the app list search box from AppListMainView into AppListView. This sets up work for animating the start page search box. As a consequence, the ContentsView has been expanded to take up the space previously consumed by the SearchBoxView's layout. Some padding positions have changed in both app lists but the overall app list dimensions remain unchanged. BUG=425444 Review URL: https://codereview.chromium.org/657653002 Cr-Commit-Position: refs/heads/master@{#301308}
-
bokan authored
BUG=148816 Review URL: https://codereview.chromium.org/665963002 Cr-Commit-Position: refs/heads/master@{#301307}
-
- 26 Oct, 2014 8 commits
-
-
benwells authored
BUG=248500,294196 Review URL: https://codereview.chromium.org/660823004 Cr-Commit-Position: refs/heads/master@{#301306}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/86217d8..30b83d4 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=hcm@google.com Review URL: https://codereview.chromium.org/674343002 Cr-Commit-Position: refs/heads/master@{#301305}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#301304}
-
je_julie.kim authored
The related patch: https://codereview.chromium.org/663783002/ BUG=323143 Review URL: https://codereview.chromium.org/663793002 Cr-Commit-Position: refs/heads/master@{#301303}
-
reillyg authored
This change makes the Select button active by default. The Return key will activate the Select button and the Esc key will activate the Cancel button. This makes the dialog fully operable from the keyboard. BUG=426737 Review URL: https://codereview.chromium.org/677853002 Cr-Commit-Position: refs/heads/master@{#301302}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/59b3815..86217d8 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=hcm@google.com Review URL: https://codereview.chromium.org/666433004 Cr-Commit-Position: refs/heads/master@{#301301}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cdc9cfa..3e1901b TBR= Review URL: https://codereview.chromium.org/677283002 Cr-Commit-Position: refs/heads/master@{#301300}
-
pdr authored
This is a revert of two cc patches: 1) cc: Always use invalidation on the pending tree when deciding to share https://crrev.com/82e46120237bc023559ac7ebddb29e21b6530170 2) cc: Always keep the PictureLayerImpl::twin_layer_ pointer valid https://crrev.com/11f13546fd3ee3d53921c23861bf970bd2bb6428 These are being reverted together because (1) depends on (2). Landing through the CQ to prevent too much chaos muppet. Reason for revert: I suspect these patches are causing canary crashers (see http://crbug.com/427215) TBR=enne@chromium.org,vmpstr@chromium.org,danakj@chromium.org BUG=407418,387116,427215 Review URL: https://codereview.chromium.org/680793002 Cr-Commit-Position: refs/heads/master@{#301299}
-
- 25 Oct, 2014 4 commits
-
-
rouslan authored
This patch changes DropdownPopupWindow to check the type of the view in each element of the popup list when measuring the width of its contents. This ensures that popup list adapters that use multiple view types do not have to check the type of the view in getView() method. One example of adapter that uses multiple types of views is PasswordGenerationAdapter. BUG=412150 Review URL: https://codereview.chromium.org/662683005 Cr-Commit-Position: refs/heads/master@{#301298}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/9735725..cdc9cfa TBR= Review URL: https://codereview.chromium.org/676163004 Cr-Commit-Position: refs/heads/master@{#301297}
-
rouslan authored
This patch enables showing the saved passwords settings page on Android by invoking this method: chrome::android::ChromiumApplication::ShowPasswordSettings() This is similar to the existing method: chrome::android::ChromiumApplication::ShowAutofillSettings() The new method is to be used in password management UI for Android. BUG=412150 Review URL: https://codereview.chromium.org/656663004 Cr-Commit-Position: refs/heads/master@{#301296}
-
clindsay authored
Include a URL what-you-typed option when the default search provider is not available and the input type is unknown. Previously, when the default search provider was disabled via an enterprise policy, backspacing through the URL in the omnibar would get stuck as soon as the input got short enough to be classified as unknown. Normally, this is when the top autocomplete option would become a search for what you typed. But with search disabled, the top autocomplete option became the full previously visited URL. This change makes a URL what-you-typed autocomplete option to be provided instead under these circumstances. BUG=363656 R=mpearson@chromium.org Review URL: https://codereview.chromium.org/672773003 Cr-Commit-Position: refs/heads/master@{#301295}
-