- 17 Feb, 2015 40 commits
-
-
yyanagisawa authored
Moved description just before import, and it should make the file description more looks like so. Review URL: https://codereview.chromium.org/932813002 Cr-Commit-Position: refs/heads/master@{#316597}
-
jvoung authored
This pulls in the following Native Client changes: 18dbc93: (jfb@chromium.org) Update revision for PNaCl 6b9d8cf: (jvoung@chromium.org) Workaround for linking nacl_helper_nonsfi w/ newer LLVM gold plugin. 6b9d8cf requires an adjustment to the nacl_helper_nonsfi link_flags (start-group, end-group supplied from the nacl side). BUG=https://code.google.com/p/nativeclient/issues/detail?id=4067 TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_arm_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/933993002 Cr-Commit-Position: refs/heads/master@{#316596}
-
jbudorick authored
BUG=458658 Review URL: https://codereview.chromium.org/929603002 Cr-Commit-Position: refs/heads/master@{#316595}
-
mmeade authored
BUG=453679 Review URL: https://codereview.chromium.org/870103005 Cr-Commit-Position: refs/heads/master@{#316594}
-
mbarbella authored
BUG=450268 R=inferno@chromium.org,tsepez@chromium.org Review URL: https://codereview.chromium.org/931153003 Cr-Commit-Position: refs/heads/master@{#316593}
-
tfarina authored
Nobody seems to be using this target and it seems to be just an alias for blink_tests: https://code.google.com/p/chromium/codesearch#search/&q=webkit_builder_win&sq=package:chromium&type=cs BUG=None TEST=trybots R=thakis@chromium.org Review URL: https://codereview.chromium.org/932763002 Cr-Commit-Position: refs/heads/master@{#316592}
-
abarth authored
Without GenerateMipmap, the gl_bindings_skia_in_process don't work because Skia fails to intialize the GrContext. With this change, the GrContext intializes and works properly. I found this issue when trying to use this code on Android as a backend for Ganesh. R=kbr@chromium.org Review URL: https://codereview.chromium.org/930173002 Cr-Commit-Position: refs/heads/master@{#316591}
-
k.czech authored
Re-baseline after the Blink(crbug.com/457687) change goes in. BUG=457687 Review URL: https://codereview.chromium.org/929023002 Cr-Commit-Position: refs/heads/master@{#316590}
-
pauljensen authored
necessary as they at most restrict to IPv4 results which doesn't change the resolver's result for IPv4 literals. BUG=453456 Review URL: https://codereview.chromium.org/926593003 Cr-Commit-Position: refs/heads/master@{#316589}
-
merkulova authored
BUG=151287 NOTRY=true Review URL: https://codereview.chromium.org/931883002 Cr-Commit-Position: refs/heads/master@{#316588}
-
vivek.vg authored
[gcc] Fix compiler warning turned into errors with gcc while compiling extension_sync_data_unittest.cc With gcc toolchain, we get following error with EXPECT_FALSE error: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Werror=conversion-null] Changing EXPECT_EQ(...) to EXPECT_FALSE() fixes the error. R=kalman@chromium.org, rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/928003002 Cr-Commit-Position: refs/heads/master@{#316587}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/87b7f9d..a24a8b1 TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/933983002 Cr-Commit-Position: refs/heads/master@{#316586}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/54fac8b..d1371a6 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=scroggo@google.com Review URL: https://codereview.chromium.org/934823003 Cr-Commit-Position: refs/heads/master@{#316585}
-
droger authored
snapshots_util is also moved from ui/ to snapshots/ as part of this CL. NOPRESUBMIT=true Review URL: https://codereview.chromium.org/862693003 Cr-Commit-Position: refs/heads/master@{#316584}
-
mseaborn authored
Now that NaClValidationCache is declared in src/public/, we can use that declaration from the Chromium side and remove a non-public #include. BUG=https://code.google.com/p/nativeclient/issues/detail?id=2832 TEST=build Review URL: https://codereview.chromium.org/929613002 Cr-Commit-Position: refs/heads/master@{#316583}
-
mstrum authored
There was a typo where a '/' was used instead of a ':'. components_unittests is found in components/BUILD.gn. Review URL: https://codereview.chromium.org/931653002 Cr-Commit-Position: refs/heads/master@{#316582}
-
dmazzoni authored
Subscribe nektar@chromium.org and je_julie.kim@samsung.com, and simplify the file paths to just catch any file that includes one of these keywords in the path rather than trying to enumerate every path: accessibility, braille, chromevox, iaccessible2, isimpledom, liblouis Let me know if I missed any keywords! In particular, are there any accessibility-related files in the code tree that don't contain one of these keywords as a substring? (This doesn't count Blink.) BUG=none NOTRY=true Review URL: https://codereview.chromium.org/927683002 Cr-Commit-Position: refs/heads/master@{#316581}
-
Paweł Hajdan, Jr authored
Run it on Android bots (depends on https://codereview.chromium.org/930233002). BUG=459147, 422235 R=mnaganov@chromium.org Review URL: https://codereview.chromium.org/929223002 Cr-Commit-Position: refs/heads/master@{#316580}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d4be2fd..87b7f9d TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/932853002 Cr-Commit-Position: refs/heads/master@{#316579}
-
mseaborn authored
BUG=https://code.google.com/p/nativeclient/issues/detail?id=2832 TEST=build Review URL: https://codereview.chromium.org/933733003 Cr-Commit-Position: refs/heads/master@{#316578}
-
fukino authored
- Color the progress bar green. - Use Material Design's expand icon to open/shrink progress panel. - Show expand button slightly higher than the progress bar. (Cancel button should stay in the same level as progress bar.) BUG=402344 TEST=manually checked Review URL: https://codereview.chromium.org/931123002 Cr-Commit-Position: refs/heads/master@{#316577}
-
mlamouri authored
The current design is violating the coding style (public member variables) and is breaking some implicit functions used by some STL implementations. BUG=443228 Review URL: https://codereview.chromium.org/931113003 Cr-Commit-Position: refs/heads/master@{#316576}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/066d1633..b85cd710 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/934783002 Cr-Commit-Position: refs/heads/master@{#316575}
-
droger authored
BUG=452490 Review URL: https://codereview.chromium.org/927373002 Cr-Commit-Position: refs/heads/master@{#316574}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/db3909a..d4be2fd TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/927233004 Cr-Commit-Position: refs/heads/master@{#316573}
-
peter authored
Android won't be able to support this reliably, and hasn't yet shipped this feature, so this is the time to take it out. This is part of a two-sided patch: [1] https://codereview.chromium.org/901843006 [2] This patch. BUG=441828 Review URL: https://codereview.chromium.org/920153002 Cr-Commit-Position: refs/heads/master@{#316572}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#316571}
-
plundblad authored
Tests that don't enable auditing generate a confusing stack trace and a setUp method that would call its base method by virtue of good practice will not work. BUG=458910 Review URL: https://codereview.chromium.org/927083003 Cr-Commit-Position: refs/heads/master@{#316570}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/01edaba..db3909a TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/933883002 Cr-Commit-Position: refs/heads/master@{#316569}
-
msramek authored
These settings were originally not manageable by extensions (or other means), and therefore had no such indicators. Screenshots are attached to the linked bug. BUG=459141 Review URL: https://codereview.chromium.org/928373002 Cr-Commit-Position: refs/heads/master@{#316568}
-
atwilson authored
GetDeviceSessionStatus() now generates information about the current active kiosk session (if any). BUG=430908 Review URL: https://codereview.chromium.org/907323002 Cr-Commit-Position: refs/heads/master@{#316567}
-
simonb authored
Back out 'using' declarations added in 7d588399. These break builds where host_clang=0: BUG=385553 Review URL: https://codereview.chromium.org/921683005 Cr-Commit-Position: refs/heads/master@{#316566}
-
peter authored
We used to initialize the command line flags prior to setting the application context in Android's BrowserStartupController. When determining the command line flags for the renderer, certain flags may be dependent on the Android SDK version being used. Getting this value through base::android::BuildInfo requires the application context to be known. This change makes sure that we initialize the application context prior to calling the native SetCommandLineFlags function. BUG= Review URL: https://codereview.chromium.org/925423002 Cr-Commit-Position: refs/heads/master@{#316565}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/43902e2..01edaba TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/928403002 Cr-Commit-Position: refs/heads/master@{#316564}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e66d39a6..066d1633 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/933843002 Cr-Commit-Position: refs/heads/master@{#316563}
-
timvolodine authored
Move the Java-implementation of Device Motion/Orientation/Light APIs to run on the UI thread. This is to avoid a blocking call from the IO thread to the UI thread inside DeviceSensors.java. That call can lead to deadlock and hence is removed in this patch. BUG=455767 Review URL: https://codereview.chromium.org/917253002 Cr-Commit-Position: refs/heads/master@{#316562}
-
yawano authored
BUG=456016 TEST=GYP_GENERATORS=ninja tools/gyp/gyp --depth . ui/file_manager/file_manager/foreground/js/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/927333002 Cr-Commit-Position: refs/heads/master@{#316561}
-
bauerb authored
This fixes sandbox_linux_unittests on Android. TBR=jln@chromium.org BUG=459158 Review URL: https://codereview.chromium.org/929213002 Cr-Commit-Position: refs/heads/master@{#316560}
-
glider authored
Revert of Add a presubmit check that warns about declaring Singleton<T> in header files (patchset #2 id:20001 of https://codereview.chromium.org/929043002/) Reason for revert: Reverting because of presubmit crashes: Traceback (most recent call last): File "/usr/local/google/ssd/depot_tools/git_cl.py", line 2983, in <module> sys.exit(main(sys.argv[1:])) File "/usr/local/google/ssd/depot_tools/git_cl.py", line 2969, in main return dispatcher.execute(OptionParser(), argv) File "/usr/local/google/ssd/depot_tools/subcommand.py", line 245, in execute return command(parser, args[1:]) File "/usr/local/google/ssd/depot_tools/git_cl.py", line 1614, in CMDpresubmit change=cl.GetChange(base_branch, None)) File "/usr/local/google/ssd/depot_tools/git_cl.py", line 936, in RunHook rietveld_obj=self.RpcServer()) File "/usr/local/google/ssd/depot_tools/presubmit_support.py", line 1396, in DoPresubmitChecks results += executer.ExecPresubmitScript(presubmit_script, filename) File "/usr/local/google/ssd/depot_tools/presubmit_support.py", line 1313, in ExecPresubmitScript result = eval(function_name + '(*__args)', context) File "<string>", line 1, in <module> File "<string>", line 1727, in CheckChangeOnCommit File "<string>", line 1455, in _CommonChecks File "<string>", line 1322, in _CheckSingletonInHeaders File "/usr/local/google/ssd/depot_tools/presubmit_support.py", line 472, in ReadFile raise IOError('Access outside the repository root is denied.') IOError: Access outside the repository root is denied. Original issue's description: > Add a presubmit check that warns about declaring Singleton<T> in header files > (except for base/memory/singleton.h) > This check is copied from presubmit_canned_checks.py in depot_tools/ with an > added exception for base/memory/singleton.h. > The corresponding code will be removed from presubmit_canned_checks.py afterwards. > > BUG=349861 > R=phajdan.jr@chromium.org, > > Committed: https://crrev.com/9b73d0393037452d13358f4e2766cb62adbdede8 > Cr-Commit-Position: refs/heads/master@{#316546} TBR=phajdan.jr@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=349861 Review URL: https://codereview.chromium.org/934723003 Cr-Commit-Position: refs/heads/master@{#316559}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ec53d7e..43902e2 TBR=schenney@chromium.org,yhirano@chromium.org Review URL: https://codereview.chromium.org/931033004 Cr-Commit-Position: refs/heads/master@{#316558}
-