- 10 Jan, 2013 40 commits
-
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11819044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176058 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=166375 TEST=None Review URL: https://chromiumcodereview.appspot.com/11824019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176057 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
- FileOperationCallback - GetEntryInfoCallback BUG=141521 TEST=None Review URL: https://chromiumcodereview.appspot.com/11820020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176056 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=166496 BUG=167187 TBR=scottmg Review URL: https://chromiumcodereview.appspot.com/11819049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176055 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
This is a manual revert, drover did not like the deleted files > Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it > was only run on IDL files. Clean up all the code which that simplifies. > > TBR=isherman@chromium.org,battre@chromium.org,akalin@chromium.org > BUG=141318 > > Review URL: https://chromiumcodereview.appspot.com/11747025 TBR=isherman@chromium.org,battre@chromium.org,akalin@chromium.org Review URL: https://codereview.chromium.org/11778097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176054 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176053 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
> Revert 176015 > > Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it > > was only run on IDL files. Clean up all the code which that simplifies. > > > > TBR=isherman@chromium.org,battre@chromium.org,akalin@chromium.org > > BUG=141318 > > > > Review URL: https://chromiumcodereview.appspot.com/11747025 > > This seems to be causing complation failures on release win builders: > http://chromegw/i/chromium.chrome/builders/Google%20Chrome%20Win/builds/15702 > > TBR=kalman@chromium.org > Review URL: https://codereview.chromium.org/11826048 Drover messed up this revert, reverting it TBR=ricow@chromium.org Review URL: https://codereview.chromium.org/11778096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176051 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
> Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it > was only run on IDL files. Clean up all the code which that simplifies. > > TBR=isherman@chromium.org,battre@chromium.org,akalin@chromium.org > BUG=141318 > > Review URL: https://chromiumcodereview.appspot.com/11747025 This seems to be causing complation failures on release win builders: http://chromegw/i/chromium.chrome/builders/Google%20Chrome%20Win/builds/15702 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/11826048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176047 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176046 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
> Revert 175890: actually, looks like we want this to also help move chromeos webui pages out of src/chrome. > > Revert 175822 > > > > After more investigation of what it would take to share the webui code framework from chrome with content, it didn't seam feasible to do this. The code in chrome (i.e. ChromeURLDataManager) is heavily tied to chrome, and is used by chrome for non-webui stuff. The JS code is also specific to Chrome. It seems better to not bring in all this stuff to content. > > > > > Allow multiple WebUIControllerFactory objects to be registered. This makes is possible to implement webui inside content. > > > Review URL: https://codereview.chromium.org/11783038 > > > > TBR=jam@chromium.org > > Review URL: https://codereview.chromium.org/11818036 > > TBR=jam@chromium.org > Review URL: https://codereview.chromium.org/11819050 This seems like the most obvious candidate for chromiumos failures: http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/11017 http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28amd64%29/builds/5918 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/11828040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176043 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
Moves ui/app_list code specific to toolkit-views to ui/app_list/views. Update gyp[i], include guards, #includes for moved files. Seed chrome/browser/ui/cocoa/app_list and ui/app_list/cocoa with a skeleton Cocoa UI. BUG=138633 TEST=Mostly build changes. Functionality of AppLauncher on ChromeOS and Windows should be unchanged. On OSX, without chrome running, `Chromium.app/Contents/MacOS/Chromium --show-app-list` should show a borderless gray window for 1 second (note: this is for testing only -- OSX needs a different approach for IPC). Review URL: https://chromiumcodereview.appspot.com/11784034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176042 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Use with --vmodule=web_navigation_api=2 BUG=167279 R=asvitkine@chromium.org Review URL: https://chromiumcodereview.appspot.com/11827032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176041 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This can be used to simulate the offline state. BUG=162350 TEST=none; no changes in production code. Review URL: https://codereview.chromium.org/11827045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176040 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11820037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176039 0039d316-1c4b-4281-b951-d872f2087c98
-
sheckylin@chromium.org authored
The CL adds an event filter that transforms input event properties in the extended desktop environment. It currently scales scroll/fling events' offset values based on the following logic: 1. Linear scaling w.r.t. the device scale factor, which is 2x for highDPI displays. 2. 1.2x scaling for external displays, since they are usually larger than internal ones. Both scalings can stack on each other, i.e. you can get as high as a 2.4x boost if you have a high DPI external display. Contributed by sheckylin@chromium.org BUG=chromium:166392 TEST=Tested on link w/o external display. Change-Id: Ie29e03fcf9f6e5ae1dd6231990103237c3129fd6 Review URL: https://chromiumcodereview.appspot.com/11743013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176038 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
The call to scrollBy() can result in the curve going away, so it's unsafe to touch member variables after making the call. Covered by webkit_unit_tests. BUG=169156 Review URL: https://chromiumcodereview.appspot.com/11778080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176037 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
to hide the details how we create a root URI string for IsolatedFileSystems from each extension code. BUG=none TEST=existing tests Review URL: https://codereview.chromium.org/11833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176036 0039d316-1c4b-4281-b951-d872f2087c98
-
ihf@chromium.org authored
The VideoDecoder already takes the proxy lock on entry. Make sure it is not taken again when flushing Graphics3D. BUG=166951 TEST=Several Youtube videos on Lumpy. Review URL: https://codereview.chromium.org/11781004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176035 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Modify the URLs in drive_scheduler_unittest.cc to use ones in root_feed.json BUG=162350 TEST=none; test changes Review URL: https://codereview.chromium.org/11819046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176034 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11817030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176033 0039d316-1c4b-4281-b951-d872f2087c98
-
kristianm@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176032 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
BUG=162350 TEST=none; no changes in production code. Review URL: https://codereview.chromium.org/11824020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176031 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=svenpanne@chromium.org BUG=34994 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11829053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176030 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=aboxhall@chromium.org BUG=169185 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11826043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176029 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Bug=None Test=None R=caitkp, sky TBR=jam Review URL: https://chromiumcodereview.appspot.com/11777009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176028 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
Whitespace change to kick off builds. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176027 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=166496 BUG=167187 TBR=joi Review URL: https://chromiumcodereview.appspot.com/11818045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176025 0039d316-1c4b-4281-b951-d872f2087c98
-
yusufo@chromium.org authored
Currently, two flags are controlling whether we push these regions to layerImpl from layer and with implSidePainting, we end up not pushing the regions at all since the flags are flipped back after pusing them once. Removing both flags to make sure we get the regions carried over. BUG=168929 Review URL: https://chromiumcodereview.appspot.com/11829041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176024 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11824042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176023 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176022 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
This file is a copy of chrome/browser/resources/uber/uber_shared.css Extensions cannot use chrome://theme/<IDR> images. The .page-banner-text style using that is unused here. Found while misguidedly attempting to use more chrome://theme/<IDR> in chrome/common/extensions/docs/examples/api files while working on https://codereview.chromium.org/11785037/. BUG=NONE TEST=Follow chrome/common/extensions/docs/README to test the changes; download and load unpacked FontSettings example extension, no appearance/functionality regressions. R=falken@chromium.org,kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/11783067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176021 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
r175290: Make icu compile for Win64 (disables C4267) TBR=jschuh@chromium.org BUG=166496 Review URL: https://chromiumcodereview.appspot.com/11830034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176020 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Make favicons for about:history and about:bookmarks switch from lodpi to hidpi when dragging browser from lodpi to hidpi screen BUG=152121 Test=Manual, see bug Review URL: https://chromiumcodereview.appspot.com/11762004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176019 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
Downloads that are temporary or will be opened automatically will be removed from the shelf when they complete. If these are quick downloads, the user will not be able to interact with them on the shelf. Delay showing these on the shelf by a few seconds to avoid showing quick downloads on the shelf. BUG=164710 Review URL: https://chromiumcodereview.appspot.com/11689003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176018 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This also recognizes additional Shill authentication errors. BUG=168056 Review URL: https://chromiumcodereview.appspot.com/11824046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176017 0039d316-1c4b-4281-b951-d872f2087c98
-
ncj674@motorola.com authored
BUG=159265 TEST=TtsEngineManifestTest, TtsApiTest TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/11745009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176016 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
was only run on IDL files. Clean up all the code which that simplifies. TBR=isherman@chromium.org,battre@chromium.org,akalin@chromium.org BUG=141318 Review URL: https://chromiumcodereview.appspot.com/11747025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176015 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
- Move detailed permission check code into each MountPointProvider - Add common enum for fileapi permission policy (webkit/fileapi/file_permission_policy.{h,cc}) BUG=none, cleanup only TEST=content_browsertests:FileSystemLayoutTest.*,browser_tests:FileBrowser*) Review URL: https://codereview.chromium.org/11804005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176014 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
BUG=168852 TEST=URL in bug; unit tests in a forthcoming CL Review URL: https://chromiumcodereview.appspot.com/11818037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176013 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
This change implements the data collection part of webrtc-internals. RTCPeerConnectionHandler is an existing class living in the main renderer thread and knows about the status of a peer connection. With this CL, it reports every peer connection creation to PeerConnectionTracker. PeerConnectionTracker is also running in the renderer process. It assigns an integer ID to each peer connectionstore and sends the basic peer connection info to PeerConnectionTrackerHost along with the ID. PeerConnectionTrackerHost is running in the browser process in the IO thread. It simply passes anything it receives from PeerConnectionTracker to WebRTCInternals. WebRTCInternals is a singlton running in the browser process. It sends the data received from PeerConnectionTrackerHost to every observer, i.e. webrtc-internals page. WebRTCInternalsUIObserver will be implemented in another change list. BUG=168232 Review URL: https://chromiumcodereview.appspot.com/11753020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176012 0039d316-1c4b-4281-b951-d872f2087c98
-