- 30 Sep, 2014 40 commits
-
-
kundaji authored
Dependency on these entries was removed in https://codereview.chromium.org/382313003/ BUG=412890 Review URL: https://codereview.chromium.org/600503002 Cr-Commit-Position: refs/heads/master@{#297459}
-
gunsch authored
R=lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/615113002 Cr-Commit-Position: refs/heads/master@{#297458}
-
robertocn authored
Also, restoring ttest constants to original values in ttest_test. BUG=404088 Review URL: https://codereview.chromium.org/616903003 Cr-Commit-Position: refs/heads/master@{#297457}
-
John Abd-El-Malek authored
They need base.isolate to bring in the VS runtime DLLs. BUG=414808 R=maruel@chromium.org Review URL: https://codereview.chromium.org/617983002 Cr-Commit-Position: refs/heads/master@{#297456}
-
flackr authored
When we enter overview the shelf is revealed which causes a workspace bounds change. Normally the maximize mode window manager would update all active windows to have the new bounds but this effectively undoes the transformation applied to the window to show it in overview. As such, we defer updating the bounds until we exit overview mode. BUG=401664 TEST=WindowSelectorTest.FullscreenWindowMaximizeMode, WindowAnimationsTest.CrossFadeToBoundsFromTransform TEST=Repro steps in http://crbug.com/401664 Review URL: https://codereview.chromium.org/588193003 Cr-Commit-Position: refs/heads/master@{#297455}
-
gunsch authored
R=lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/616943002 Cr-Commit-Position: refs/heads/master@{#297454}
-
samuong authored
BUG=418590 NOTRY=true Review URL: https://codereview.chromium.org/615563003 Cr-Commit-Position: refs/heads/master@{#297453}
-
edwardjung authored
+ Fix clipped button highlight + Tweaked the text sprite to correct the poor font rendering. + Fix to prevent keyboard 'details' link to cause activation. BUG=418075,417956,418494 Review URL: https://codereview.chromium.org/609853002 Cr-Commit-Position: refs/heads/master@{#297452}
-
John Abd-El-Malek authored
Also increase the sharding level. I missed that the testers were bare metal machines, and that's why tests ran so fast there. BUG=414808 R=maruel@chromium.org Review URL: https://codereview.chromium.org/618683003 Cr-Commit-Position: refs/heads/master@{#297451}
-
jmadill authored
The final step in switching the angle gyp file will be to remove the temporary angle_gyp variable. BUG=415983 Review URL: https://codereview.chromium.org/614053003 Cr-Commit-Position: refs/heads/master@{#297450}
-
dalecurtis authored
BUG=none TEST=gn gen. Review URL: https://codereview.chromium.org/609293004 Cr-Commit-Position: refs/heads/master@{#297449}
-
vmpstr authored
We no longer use this class, so we should remove it. Note: this depends on https://codereview.chromium.org/603683006 R=danakj, junov Review URL: https://codereview.chromium.org/610743002 Cr-Commit-Position: refs/heads/master@{#297448}
-
rvargas authored
BUG=416722 R=cpu@chromium.org Review URL: https://codereview.chromium.org/618523002 Cr-Commit-Position: refs/heads/master@{#297447}
-
earthdok authored
BUG=414189 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/613303002 Cr-Commit-Position: refs/heads/master@{#297446}
-
wuchengli authored
VideoEncodeAccelerator::GetSupportedProfiles now runs in GPU process because the profiles were added to GPUInfo. Add kEnableWebRtcHWVp8Encoding to GPU process to fix the missing encode profile. BUG=418762 TEST=Run apprtc loopback and check the histogram. Review URL: https://codereview.chromium.org/618633002 Cr-Commit-Position: refs/heads/master@{#297445}
-
orenb authored
BUG=415792 Review URL: https://codereview.chromium.org/615633003 Cr-Commit-Position: refs/heads/master@{#297444}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ea6d13f..9b220aa TBR=zmo@chromium.org,eustas@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/616903002 Cr-Commit-Position: refs/heads/master@{#297443}
-
asanka authored
R=miguelg@chromium.org BUG=none TEST=cr info -o out_<foo>/Debug prints the configuration from the specified output directory instead of the currently selected target. NOTRY=true Review URL: https://codereview.chromium.org/597553003 Cr-Commit-Position: refs/heads/master@{#297442}
-
jmedley authored
BUG=none R= TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/587753003 Cr-Commit-Position: refs/heads/master@{#297441}
-
dbeam authored
R=vitalyp@chromium.org,tbreisacher@chromium.org BUG=393873 Review URL: https://codereview.chromium.org/615733002 Cr-Commit-Position: refs/heads/master@{#297440}
-
anton authored
With this change setting 'load_library_from_zip_file' to 1 will now construct the APK with a new tool chain. The purpose of this change is to contruct the APK in such a way that the page alignment is not broken by the chrome signing process. To achieve this the tool is written in Java so it shares the same underlying JarOutputStream implementation. The key things that we depend on are that the filenames are output in lexographical order with the META_INF files at the end of the file. That zipalign adds 4 byte alignment to STORED files and this is done by adding padding to the zip extra field. BUG=390618 Review URL: https://codereview.chromium.org/595933003 Cr-Commit-Position: refs/heads/master@{#297439}
-
shreeram.k authored
This is failing due to blink side CL. This will be fixed with chromium side CL. BUG= NOTRY=true Review URL: https://codereview.chromium.org/616003002 Cr-Commit-Position: refs/heads/master@{#297438}
-
John Abd-El-Malek authored
The Win 7 x64 testers had twice as many cores as the 32 bit ones, and I didn't notice that when picking the sharding level earlier. Now that they're all going to the same swarming slaves, which are almost all 4-core, increase the sharding level. BUG=414808 R=maruel@chromium.org Review URL: https://codereview.chromium.org/619673003 Cr-Commit-Position: refs/heads/master@{#297437}
-
sbc authored
This fixed the build of lua and bullet which was broken by the recent change in PNaCl toolchain layout. Review URL: https://codereview.chromium.org/613233002 Cr-Commit-Position: refs/heads/master@{#297436}
-
viettrungluu authored
(As a drive-by, also convert some OVERRIDE -> override.) R=tim@chromium.org TBR=scherkus@chromium.org Review URL: https://codereview.chromium.org/616513004 Cr-Commit-Position: refs/heads/master@{#297435}
-
reveman authored
The value of this currently doesn't matter when using software. BUG=418553 R=piman@chromium.org Review URL: https://codereview.chromium.org/615953002 Cr-Commit-Position: refs/heads/master@{#297434}
-
gunsch authored
If not, this code blocks it from loading: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/ui/webui/devtools_ui.cc&sq=package:chromium&type=cs&rcl=1411534708&l=343 R=dgozman@chromium.org,lcwu@chromium.org BUG=400876 Review URL: https://codereview.chromium.org/607973004 Cr-Commit-Position: refs/heads/master@{#297433}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/3d398c8..1b466f7 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/615993002 Cr-Commit-Position: refs/heads/master@{#297432}
-
John Abd-El-Malek authored
BUG=414808 R=maruel@chromium.org Review URL: https://codereview.chromium.org/618763004 Cr-Commit-Position: refs/heads/master@{#297431}
-
kevers authored
This regression was introduced by commit #295268, which fixed the z-order of the virtual keyboards with respect to context menus. That change pushed the virtual keyboard container deeper in the window hierarchy such that it no longer receives size change notifications after a screen rotation. This patch introduces a custom layout manager on the virtual keyboard parent container to propagate the size change. The virtual keyboard container is created or destroyed as the feature is enabled or disabled. The parent container serves as a placeholder in the proper z-order. The window hierarchy is: root -> lock screen related container -> VK parent container -> VK container -> VK. BUG=417612 TEST=VirtualKeyboardRootWindowControllerTest.DisplayRotation Review URL: https://codereview.chromium.org/617553002 Cr-Commit-Position: refs/heads/master@{#297430}
-
pkl authored
BUG=227735 Review URL: https://codereview.chromium.org/619593003 Cr-Commit-Position: refs/heads/master@{#297429}
-
tonyg authored
This adds the necessary commands to programmatically disable charging on the Nexus 5 as well as fixing a bug in the dumpsys power monitor. BUG=314481 Review URL: https://codereview.chromium.org/617453004 Cr-Commit-Position: refs/heads/master@{#297428}
-
reveman authored
Just a rename that we forgot to do when changing the name of the extension. BUG=418553 TBR=piman@chromium.org,jln@chromium.org Review URL: https://codereview.chromium.org/612093008 Cr-Commit-Position: refs/heads/master@{#297427}
-
tzik authored
BUG=None Review URL: https://codereview.chromium.org/593393002 Cr-Commit-Position: refs/heads/master@{#297426}
-
mmenke authored
as he no longer works on Chromium. Also transfer ownership of the histogram he owned. BUG=NONE NOTRY=true Review URL: https://codereview.chromium.org/617573002 Cr-Commit-Position: refs/heads/master@{#297425}
-
mkwst authored
TBR=jochen@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/615003002 Cr-Commit-Position: refs/heads/master@{#297424}
-
jmadill authored
These two tests are planned to be run on the GPU bots. The isolates needed a few fixes to get them running smoothly. BUG=416594 Review URL: https://codereview.chromium.org/601263002 Cr-Commit-Position: refs/heads/master@{#297423}
-
noms authored
The strings stopped being used in https://codereview.chromium.org/611033002/ XIB changes: use a different string ID for the profiles menu in the menu bar. BUG=405988 Review URL: https://codereview.chromium.org/603023004 Cr-Commit-Position: refs/heads/master@{#297422}
-
pfeldman authored
This change passes testPath into the front-end instead of explicitly guessing the active panel. Review URL: https://codereview.chromium.org/614023003 Cr-Commit-Position: refs/heads/master@{#297421}
-
mkosiba authored
This moves most of the generated Java enums under net/ to use the java_cpp_enum rule removing the need for keeping the enums in separate list files and the need for the .template files. BUG=405532 Review URL: https://codereview.chromium.org/599493004 Cr-Commit-Position: refs/heads/master@{#297420}
-