Ppedrosimonetti@chromium.orgNTP5: Adjusting dynamic padding implementation.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add rendering support to the TestShell. - Tie the Compositor into the TestShell. - Tie a really basic Tab into the TestShell. BUG=http://crbug.com/136786 Review URL: https://chromiumcodereview.appspot.com/10968003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158654 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Roll DEPS for Breakpad r1020:1052. BUG=152278 Review URL: https://codereview.chromium.org/10982049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158883 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
NTP5: Adjusting dynamic padding implementation. BUG= Review URL: https://chromiumcodereview.appspot.com/10983045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158901 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158894 - Disable TLS channel ID by default. (for merging to branch) BUG=129174 TEST=browse to https://www.google.com, check chrome://histograms for DomainBoundCerts.Support. Then try with --enable-tls-channel-id flag. Review URL: https://codereview.chromium.org/10979040 TBR=mattm@chromium.org Review URL: https://codereview.chromium.org/10981045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158897 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable EULA dialog to be shown from metro Chrome. BUG=131033 TEST=Run Chrome in Metro mode while the EULA dialog still needs to be accepted. Get kicked back to the desktop to accept the dialog. On accept, get kicked back into metro mode. Review URL: https://chromiumcodereview.appspot.com/10837222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158797 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix crash in NaClIPCAdapter where incomplete messages incorrectly return 8 null file descriptors. BUG=116317 TEST=Robby Roto app works Review URL: https://chromiumcodereview.appspot.com/10946041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157828 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Grant popup blocker bypass based upon extension context type. BUG=117446 Review URL: https://chromiumcodereview.appspot.com/10990038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158864 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Added black list of printer. Added option to enable/disable registration of new printers. BUG=137129 Review URL: https://chromiumcodereview.appspot.com/10966052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158782 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add new files for panel test extension. This is submitted in a separate patch since it contains some binary files. BUG=none TEST=These are test data files. TBR=jennb Review URL: https://codereview.chromium.org/10979022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158899 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make 'License' field in third-party metadata required This will simplify the addition of a tool to check licenses for the purpose of the Android WebView build. See also http://codereview.chromium.org/10827099 Also adds other missing fields to these README.chromium files as required by presubmit checks and fixes a regex used to enforce this. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10821103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DevTools: stop deploying the devtools_frontend.zip (new contributing doc does not require it) Review URL: https://chromiumcodereview.appspot.com/10985038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158838 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
+ Ensure that OnRobustJPEGDecodeImage only uses the codec of our choosing (IJGlibjpeg at the moment). + Solve CrOS boot time hang when image decoding fail in utility process. + Enforce Robust JPEG decoding of Wallpaper image, -> and as a result re-enable custom wallpapers rendering on the login page. BUG=143198,144296,144999 Review URL: https://chromiumcodereview.appspot.com/10912019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154330 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Tighten the restrictions on including webkit code from chrome/ This removes the chrome/DEPS allowances for including webkit/, adds temporary allowances in the subdirectories, and makes it clear that in most cases the allowance is temporary and should be removed. This is an incremental step toward disallowing use of webkit/ code directly from most chrome/ code (excepting specific subdirectories, most notably chrome/renderer/). BUG=146251 Review URL: https://chromiumcodereview.appspot.com/10905061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156521 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove myself from the reviewer section on chrome\OWNERS. I'm too overloaded with reviews for content as is. Review URL: https://chromiumcodereview.appspot.com/10832181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150588 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add a presubmit check so that no new unit tests in content/ are added to the unit_tests target They should all go to content_unittests now BUG=90443 TEST=manual Review URL: http://codereview.chromium.org/8728012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111925 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Updating trunk VERSION from 1278.0 to 1279.0 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158774 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove old file from browser_test.isolate. An old touched file no longer exist, and since we now copy touched files this causes the compile to fail. TBR=maruel@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10964020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157805 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Added ConnectorSettings class to reduce number of arguments and members in cloud print service. BUG=137129 Review URL: https://chromiumcodereview.appspot.com/10968031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158149 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add rendering support to the TestShell. - Tie the Compositor into the TestShell. - Tie a really basic Tab into the TestShell. BUG=http://crbug.com/136786 Review URL: https://chromiumcodereview.appspot.com/10968003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158654 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert "Revert 155950 - Add initial Chromium TestShell support for Android" Fixed build breakages: -Had to add DEPS file for testshell/java. -Something changed with ant from the time I tested and the time my CL got committed. Had to move sdk-targets.xml import in the ant file to the end of the file. This reverts commit 2d30dc03dc0bd0723236c549313774119f163056. BUG= Review URL: https://chromiumcodereview.appspot.com/10905209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156458 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Separate plugin_metadata from plugin_installer, make plugin_finder thread-safe and expose its sync interface BUG=124396 Review URL: https://chromiumcodereview.appspot.com/10910168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158679 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Eliminate kAshNotifyDisabled and SystemNotification BUG=134561 For OWNERS: TBR=ben Review URL: https://codereview.chromium.org/10947046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158305 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158830 - Revert 156678 - Native messaging now uses the MessageService back-end. Reason: Regression in a ChromeOS extension causing it to continue running after unloading. BUG=142915 Review URL: https://codereview.chromium.org/10818013 TBR=eaugusti@chromium.org TBR=mpcomplete@chromium.org TBR=mmoss, rouslan Review URL: https://codereview.chromium.org/10991044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158833 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
chrome: Add TabModalConfirmDialog interface. BUG=125846 R=pkasting@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/10972002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158793 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Share JSON schema constants. BUG=None TEST=unit_tests green Review URL: https://chromiumcodereview.appspot.com/10696034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157051 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[Mac] Move the lists of XIB files into a gypi file. This creates lists of XIB files that Chromium has. It also lays the groundwork for editing XIB files on Xcode 4.4 by creating a fake project for working in Xcode. BUG=149763 TEST=No changes in build output. TBR=mark@chromium.org Review URL: https://codereview.chromium.org/10918254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157199 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Integrate the Windows 8 code into the Chromium tree (take 3). This time, also: fix invalid path in metro_driver.gyp. set executable bit on check_sdk_patch.py and post_build.bat. add back a switch that was removed recently This reverts "Revert 155429 - Integrate the Windows 8 code into the Chromium tree." Original CL: https://chromiumcodereview.appspot.com/10875008 BUG=127799 TEST=A Chromium build can run as the immersive browser on Windows 8. TBR=ben Review URL: https://chromiumcodereview.appspot.com/10919158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155474 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Force COM machinery to notice that the path to the DelegateExecute verb handler has changed. On update, the path to the local COM server hosting the component changes. Although the installer updates the path in the registry, it seems that the COM service that runs the handler doesn't notice this. As a result, Chrome shortcuts stop working after updates. This change forces COM to notice that the path has changed by attempting to instantiate the class after deleting the registration. This forces COM to flush its cache, making subsequent uses of the handler by the shell succeed. BUG=143338 TEST=see bug TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10916018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154352 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Force COM machinery to notice that the path to the DelegateExecute verb handler has changed. On update, the path to the local COM server hosting the component changes. Although the installer updates the path in the registry, it seems that the COM service that runs the handler doesn't notice this. As a result, Chrome shortcuts stop working after updates. This change forces COM to notice that the path has changed by attempting to instantiate the class after deleting the registration. This forces COM to flush its cache, making subsequent uses of the handler by the shell succeed. BUG=143338 TEST=see bug TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10916018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154352 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Re-save XIB files using Xcode 4.4.1 on Mac OS X 10.8.1. This also adds a PRESUBMIT check to enforce the policy described here: http://dev.chromium.org/developers/design-documents/mac-xib-files BUG=149763 TEST=Build chrome target on 10.6 with Xcode 3.2. Chromium.app launches and works. TBR=mark@chromium.org Review URL: https://chromiumcodereview.appspot.com/10950010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157690 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add ExtensionInstalledBubbleBundle.xib to the mac_untranslated_xibs list. Somehow this got lost in the move. BUG=150569,149763 TEST=browser_tests:ExtensionWebstorePrivateBundleTest.Install* after clobber NOTRY=true TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10945009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157354 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move MediaGalleries.getMediaFileSystems out of experimental. BUG=110823,116025,145566 Review URL: https://chromiumcodereview.appspot.com/10916019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154366 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Repack webkit_resources_100_percent.pak into chrome_100_percent.pak. BUG=144749 TEST=Chrome runs with webkit resources such as text resize icon working. Review URL: https://chromiumcodereview.appspot.com/10991018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158754 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Repack webkit_resources_100_percent.pak into chrome_100_percent.pak. BUG=144749 TEST=Chrome runs with webkit resources such as text resize icon working. Review URL: https://chromiumcodereview.appspot.com/10991018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158754 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
(reland r156610) add ash_resources.grd and necessary changes to use images in ash/resources BUG=146034 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=156610 Review URL: https://codereview.chromium.org/10905242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156637 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Reland 150411 - "Repack separate 100 / 200 / touch_100 / touch_200 files into single pak files." BUG=139803 TEST=Chrome runs with ui and theme resources correctly loaded. Review URL: https://chromiumcodereview.appspot.com/10825111 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150570 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Updating support files for new high DPI touch assets. resource_bundle_win.cc: ResourceBundle::LoadCommonResources() should be updated, but this requires decisions on what scaling ranges will use 140% and 180%. BUG=141048 Review URL: https://chromiumcodereview.appspot.com/10928005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155761 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Updating support files for new high DPI touch assets. resource_bundle_win.cc: ResourceBundle::LoadCommonResources() should be updated, but this requires decisions on what scaling ranges will use 140% and 180%. BUG=141048 Review URL: https://chromiumcodereview.appspot.com/10928005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155761 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Allow "cross-compiling" with GRIT This adds an explicit "platform" option to repack_locales.py, so resources for one platform (e.g. Android) can be compiled on another (e.g. Linux). BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10830085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149488 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Allow "cross-compiling" with GRIT This adds an explicit "platform" option to repack_locales.py, so resources for one platform (e.g. Android) can be compiled on another (e.g. Linux). BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10830085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149488 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix the build by doing one more s/options2/options/. BUG=none TBR=csilv Review URL: https://chromiumcodereview.appspot.com/10824368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152269 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move wallpapers to ash/resource TBR=sky@chromium.org BUG=141663 TEST=none Review URL: https://codereview.chromium.org/10910264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156728 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Build a Syzygy-reordered mini_installer.exe. This CL adds an All_syzygy target to the build/all.gyp solution, that builds a Syzygy-reordered chrome.dll and mini_installer. If there there is a chrome.dll-order.json file present in the output directory, chrome.dll will be ordered according to that, otherwise it will be randomized. Moved most of mini_installer.gyp to a common .gypi file for reuse. Review URL: http://codereview.chromium.org/8698009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111710 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Disable type_profiler in pyautolib. BUG=123758 Review URL: https://chromiumcodereview.appspot.com/10916284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158853 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Moving google_apis and GaiaClient to src/google_apis. TBR=mechanicalowners@chromium.org BUG=145584 Review URL: https://chromiumcodereview.appspot.com/10928017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155312 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Setup JS unittests for Chromoting BUG=none TEST=remoting_unittests --gtest_filter=DebugLogUnitTest.* Review URL: http://codereview.chromium.org/8599010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112252 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Setup JS unittests for Chromoting BUG=none TEST=remoting_unittests --gtest_filter=DebugLogUnitTest.* Review URL: http://codereview.chromium.org/8599010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112252 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
NaCl: disable TLS check on IRT nexe This check is taking too long on Windows hosts. BUG= http://code.google.com/p/chromium/issues/detail?id=149797 TEST= none R=jam@chromium.org,bradnelson@google.com Review URL: https://codereview.chromium.org/10907269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157214 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove now missing files from unit_tests.isolate TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10989030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158785 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add a tool to check license compatibility with Android This tool checks all third-party code used on Android, for the purposes of the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10816041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150904 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |