- 21 Oct, 2014 40 commits
-
-
dongseong.hwang authored
eglCreateWindowSurface() in mesa egl driver needs mincore() system call, so allow gpu process to call mincore(). BUG=423674 Review URL: https://codereview.chromium.org/656023003 Cr-Commit-Position: refs/heads/master@{#300445}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c7a9281..b312e40 TBR=aboxhall@chromium.org,kochi@chromium.org Review URL: https://codereview.chromium.org/649683008 Cr-Commit-Position: refs/heads/master@{#300444}
-
dcheng authored
BUG=417463 TBR=sorin@chromium.org Review URL: https://codereview.chromium.org/663323002 Cr-Commit-Position: refs/heads/master@{#300443}
-
dcheng authored
BUG=417463 TBR=tapted@chromium.org Review URL: https://codereview.chromium.org/668903002 Cr-Commit-Position: refs/heads/master@{#300442}
-
dcheng authored
BUG=417463 TBR=vsevik@chromium.org Review URL: https://codereview.chromium.org/669873002 Cr-Commit-Position: refs/heads/master@{#300441}
-
Daniel Cheng authored
BUG=417463 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/648653003 Cr-Commit-Position: refs/heads/master@{#300440}
-
dcheng authored
BUG=417463 TBR=enne@chromium.org Review URL: https://codereview.chromium.org/645853008 Cr-Commit-Position: refs/heads/master@{#300439}
-
yukishiino authored
On Linux, we have keys with keycode=VKEY_UNKNOWN, for example, ISO_LEVEL3_LATCH key. We have to emit keydown/up events appropriately even if keycode=VKEY_UNKNOWN. Just FYI: Firefox also fires keyevents with keycode=0, so the behavior will be compatible. Compared to IE and Chrome on Windows, it's still compatible because there is no such key as ISO_LEVEL3_LATCH, etc. on Windows. BUG=402320 TEST=Done manually. Review URL: https://codereview.chromium.org/665863002 Cr-Commit-Position: refs/heads/master@{#300438}
-
phoglund authored
BUG=425034 Review URL: https://codereview.chromium.org/669593002 Cr-Commit-Position: refs/heads/master@{#300437}
-
ed authored
Depends on https://codereview.chromium.org/474013004. BUG=415074 Review URL: https://codereview.chromium.org/577943002 Cr-Commit-Position: refs/heads/master@{#300436}
-
n.bansal authored
Currently when pdf is scaled to fit to page mode, both page down and page up keys do not move pdf by page size. This is because both the keys are not handled in HandleInputEvent(). This patch updates HandleInputEvent() to factor in key codes for page up and page down to move pdf by page size in fit to page mode. Similar to left and right arrow keys. BUG=390599 Review URL: https://codereview.chromium.org/573523002 Cr-Commit-Position: refs/heads/master@{#300435}
-
mkwst authored
Oooh. I am stupid, and I have no idea how this compiled. :) BUG=420994 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/660473003 Cr-Commit-Position: refs/heads/master@{#300434}
-
kuan authored
BUG=339101 Review URL: https://codereview.chromium.org/637243004 Cr-Commit-Position: refs/heads/master@{#300433}
-
pkasting authored
This is mostly to fix MSVC warnings about possible value truncation. BUG=81439 TEST=none Review URL: https://codereview.chromium.org/659943004 Cr-Commit-Position: refs/heads/master@{#300432}
-
amistry authored
BUG=397019 Review URL: https://codereview.chromium.org/658393003 Cr-Commit-Position: refs/heads/master@{#300431}
-
horo authored
This bug is introduced by https://codereview.chromium.org/647953003. The error status must be passed to script_cache_map. It will be checked in ServiceWorkerRegisterJob::OnStartWorkerFinished() and use to handle the error in JS. BUG=425430 TBR=dmurph Review URL: https://codereview.chromium.org/663293004 Cr-Commit-Position: refs/heads/master@{#300430}
-
amistry authored
BUG=397019 Review URL: https://codereview.chromium.org/647083003 Cr-Commit-Position: refs/heads/master@{#300429}
-
vsevik authored
BUG=404355 Review URL: https://codereview.chromium.org/661423002 Cr-Commit-Position: refs/heads/master@{#300428}
-
ccameron authored
This feature is in active development. BUG=224781 Review URL: https://codereview.chromium.org/671533003 Cr-Commit-Position: refs/heads/master@{#300427}
-
wajahat.s authored
In continuation of the CL https://codereview.chromium.org/589113002/ this CL removes deprecated class WebContentsObserverAndroid and cleans up existing usage of this class where ever it is occured. This patch will be landed when external repositories has renamed WebContentsObserverAndroid to WebContentsObserver BUG=396118 Review URL: https://codereview.chromium.org/650333003 Cr-Commit-Position: refs/heads/master@{#300426}
-
samuong authored
BUG=chromedriver:946 TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/667823003 Cr-Commit-Position: refs/heads/master@{#300425}
-
kinaba authored
In the current implementation, the helper function DoMakePathAbsolute may rewrite the input even in the case of failure, which makes the warning log less readable. BUG=none TEST=./chrome --app --app-id=someapp --enable-logging=stderr non/existing/path Review URL: https://codereview.chromium.org/665053002 Cr-Commit-Position: refs/heads/master@{#300424}
-
sheckylin authored
The CL does the following things: 1. Add GesturePropertyProvider which parses xorg-conf files under /etc/gesture/ upon chrome starts and sets the property values according to the device touchpad/mouse type and the file content. 2. Provides GesturesPropProvider APIs so that libgesture can expose its property values and allow Chrome to access it. Contributed by sheckylin@chromium.org BUG=400022 TEST=link_freon ChromeOS build put appropriate xorg-conf files under /etc/gesture restart chrome and check that: 1. the property values get loaded by manually logging. 2. the touchpad gesture is now smoother than before. Review URL: https://codereview.chromium.org/545063006 Cr-Commit-Position: refs/heads/master@{#300423}
-
mtomasz authored
Previously, the Service class was responsible for saving and restoring state, as well as managing file systems. Testing it became problematic. This patch separates it into two classes Service and Registry, which can be both tested separately. TBR=pam@chromium.org TEST=unit_tests: *FileSystemProvider*Registry* BUG=248427 Review URL: https://codereview.chromium.org/661393002 Cr-Commit-Position: refs/heads/master@{#300422}
-
viettrungluu authored
* We've moved application_runner_chromium. * None of the header files should include .../cpp/utility (in particular, use RunLoop), since the implementations are meant to be replaceable (e.g., by a "Chromium" implementation). * Allow the implementation of ApplicationRunner to use RunLoop. (We could allow it for everything in .../cpp/application/lib, but none of the other things need RunLoop, hence don't need to be replaced.) R=jamesr@chromium.org Review URL: https://codereview.chromium.org/665223002 Cr-Commit-Position: refs/heads/master@{#300421}
-
epenner authored
Using the tile-size for the tile-grid-size isn't effective, since these have different scales etc. This patch adds a new setting such that we can start to tune this independantly of other settings. BUG=365877 Review URL: https://codereview.chromium.org/666573002 Cr-Commit-Position: refs/heads/master@{#300420}
-
fukino authored
BUG=406995 TBR=benwells@chromium.org TEST=run browser_test --gtest_filter=*FileManager* Review URL: https://codereview.chromium.org/657253004 Cr-Commit-Position: refs/heads/master@{#300419}
-
gcasto authored
BUG=172188 Review URL: https://codereview.chromium.org/662493002 Cr-Commit-Position: refs/heads/master@{#300418}
-
Viet-Trung Luu authored
R=thestig@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/664743003 Cr-Commit-Position: refs/heads/master@{#300417}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#300416}
-
dmurph authored
Tests currently do not pass because the 'resources_total_size_bytes' is not populated in the database tests, as I moved this population to the service_worker_storage class. Waiting for guidance on the best place to populate this before modifying too many tests. BUG= Review URL: https://codereview.chromium.org/647953003 Cr-Commit-Position: refs/heads/master@{#300415}
-
horo authored
We need this value to decide whether the image should be tainted or not. 1 blink: https://codereview.chromium.org/653373002 2 chromium: https://codereview.chromium.org/659573006 BUG=424473 Review URL: https://codereview.chromium.org/659573006 Cr-Commit-Position: refs/heads/master@{#300414}
-
groby authored
Minor style nit, but base_bubble_controller.h exposes ObjC APIs and should be included via #import, not #include. BUG=none Review URL: https://codereview.chromium.org/665063003 Cr-Commit-Position: refs/heads/master@{#300413}
-
pkasting authored
This is mostly to fix MSVC warnings about possible value truncation. BUG=81439 TEST=none Review URL: https://codereview.chromium.org/660173002 Cr-Commit-Position: refs/heads/master@{#300412}
-
shreeram.k authored
According to latest editor's draft http://rawgit.com/w3c/html-api-map/master/index.html and http://www.w3.org/WAI/PF/aria-implementation/ It should be exposed as below when header is not contained by article or section elements MSAA+IA2 Role: IA2_ROLE_HEADER Object attributes: xml-roles:banner AX AXRole: AXGroup AXSubrole: AXLandmarkBanner AXRoleDescription: "banner" BUG=282262 Review URL: https://codereview.chromium.org/656293002 Cr-Commit-Position: refs/heads/master@{#300411}
-
kkimlabs authored
BUG=424254 Review URL: https://codereview.chromium.org/665133004 Cr-Commit-Position: refs/heads/master@{#300410}
-
newt authored
This turns Chrome Shell's AndroidManifest.xml into a template which gets processed at build time to produce the final AndroidManifest.xml that's used to build the APK. BUG=163751 NOTRY=true Review URL: https://codereview.chromium.org/657443002 Cr-Commit-Position: refs/heads/master@{#300409}
-
viettrungluu authored
R=jamesr@chromium.org Review URL: https://codereview.chromium.org/663023006 Cr-Commit-Position: refs/heads/master@{#300408}
-
thestig authored
Fix some lint errors along the way. Review URL: https://codereview.chromium.org/632103004 Cr-Commit-Position: refs/heads/master@{#300407}
-
michaeln authored
Pages controlled by ServiceWorkers should not participate in AppCaching. The manifest attribute of pages in the scope of a ServiceWorker are ignored, and existing AppCaches are ignored for navigations into a ServiceWorker's scope. BUG=410665 Review URL: https://codereview.chromium.org/625433002 Cr-Commit-Position: refs/heads/master@{#300406}
-