- 10 Jan, 2013 40 commits
-
-
rosca@adobe.com authored
the same way they have the ability to provide a custom view for page widgets. All the widget views are created using WebContentsView, which can be overriden by embedders with ContentBrowserClient::OverrideCreateWebContentsView Contributed by rosca@adobe.com BUG=155761 Review URL: https://chromiumcodereview.appspot.com/11773042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176092 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@google.com authored
Also, redirect the page to chrome://settings when only one monitor is connected, so we can stop showing the dialog for now. In the future we may decide to show the page for some reason. BUG=169124 TEST=manually on parrot Review URL: https://codereview.chromium.org/11818043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176089 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11833013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176088 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Major Changes: - Adding a selectbox at the right of screen magnifier setting on the setting page. - Adding 'screen_magnifier_type2' pref. - Separating the enable/disable state of magnifier from MagnifierType. MagnifierType does no longer indicate the current enable/disable status. - Add IsMagnifierEnabled() to shell delegate. BUG=166832 TEST=confirm that magnifier can be enabled/disabled via the tray and the settings page. browser_test passes. R=zork@chromium.org, derat@chromium.org, nkostylev@chromium.org TBR=jhawkins@chromium.org # TBRing for small changed in C/B/ui/webui/options/ and C/B/resources/options/ Review URL: https://chromiumcodereview.appspot.com/11642014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176087 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
This change introduces a new public InternalAccessDelegate interface on AwContents. The purpose of the new interface is to support adding new internal access methods that are required by AwContents but not by ContentViewCore. An added benefit is isolating the embedder from one more org.chromium.content.* type. BUG=None TEST=compile Java-only change. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11828045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176086 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11820038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176085 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11830033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176084 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=148878 Review URL: https://chromiumcodereview.appspot.com/11667024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176083 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Quit() is deprecated and we should switch to QuitWhenIdle(). BUG=131220 R=darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/11794032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176082 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Error messages were black on almost black background. The color has been changed to white. TEST=Invoke an error message by eg. opening a broken image file (eg. empty jpg file). BUG=168041 Review URL: https://chromiumcodereview.appspot.com/11833026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176081 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This test flaked with timeouts on Vista Tests. TBR=tim BUG=166261 Review URL: https://codereview.chromium.org/11818030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176080 0039d316-1c4b-4281-b951-d872f2087c98
-
benm@chromium.org authored
First draft at moving the strong reference native side into a weak reference and maintaining the strong reference on the java side. Android only change, android bots green. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11802002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176079 0039d316-1c4b-4281-b951-d872f2087c98
-
wiltzius@chromium.org authored
Also adds a complemetary DEPS file, in a subset of the gclient DEPS format, that specifies what files are needed for telemetry. third_party/davclient is required to make interfacing with a WebDAV server simpler. BUG=162301 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11741030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176078 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=marshall@chromium.org,jsbell@chromium.org BUG=150995,162829 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11778089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176077 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
> GTTF: Enable debugallocation by default. > > TBR=willchan > >BUG=30715 > >Review URL: https://codereview.chromium.org/11794029 TBR=phajdan.jr@chromium.org BUG=30715 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11829054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176076 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
> LTHI's bg animation timer should set the fake thread to impl. > > The single thread proxy expects this to be true. > > BUG=165399 > > > Review URL: https://chromiumcodereview.appspot.com/11532009 This is causing failures on mac: http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.6%20Tests%20%28dbg%29%281%29&number=32119 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.7%20Tests%20%28dbg%29%281%29&number=5885 TBR=vollick@chromium.org Review URL: https://codereview.chromium.org/11820049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176075 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=169237 Review URL: https://codereview.chromium.org/11817041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176073 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=168957 Review URL: https://codereview.chromium.org/11824061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176072 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=169049 Review URL: https://codereview.chromium.org/11827050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176071 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=169239 Review URL: https://codereview.chromium.org/11824060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176070 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/11824059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176069 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=111316 TEST=W3C SVG tests pass R=marja@chromium.org TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/11828028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176068 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
Remove: cc/copyfiles.py webkit/compositor_bindings/copyfiles.py These files were deleted in https://chromiumcodereview.appspot.com/11779006 TBR=torne@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11827048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176067 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL adds test cases for google_apis::GetAboutOperation. Also, it naturally introduces the testing base code for the operations communicating with a drive api server, so that it will be reused for unit tests of other operation classes in drive_api_operations.{h,cc} later. BUG=162155 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/11824023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176066 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176065 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/11783080/ Review URL: https://codereview.chromium.org/11826040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176064 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Pass TaskRunner to ResourceRequestBody::ResolveElementsAndCreateUploadDataStream and use it for file operations. BUG=167524 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/11778016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176063 0039d316-1c4b-4281-b951-d872f2087c98
-
haruki@chromium.org authored
A Profile* can be passed to the constructor of DriveProtocolHandler and the handler uses the given Profile* for processing the request. This will help us adding unittests and introducting support for multiple profiles. If the handler is constructed without Profile*, it will use the profile from ProfileManager::GetDefaultProfile(). BUG=167249 TEST=unittests. try opening a URL of 'drive://' (e.g. HTML file stored in Google Drive) on Chrome OS. Review URL: https://chromiumcodereview.appspot.com/11785018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176062 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
The single thread proxy expects this to be true. BUG=165399 Review URL: https://chromiumcodereview.appspot.com/11532009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176061 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
If the channel between a renderer and a plugin encounters an error, currently we display an infobar saying "<plugin_name> has crashed.". This may cause confusion, because the plugin process may still be alive and no crash dump is generated in that case. With this CL, we display a different prompt if the plugin process is still alive: "<plugin_name> has encountered an error." This CL only affects Windows. TEST=None BUG=None Review URL: https://chromiumcodereview.appspot.com/11820009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176060 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
../../testing/gtest/include/gtest/gtest-printers.h:169:42: error: ‘level’ may be used uninitialized in this function [-Werror=uninitialized] ../../chrome/browser/extensions/api/alarms/alarms_api_unittest.cc:280:32: note: ‘level’ was declared here (introduced in http://crrev.com/176004) TBR=jyasskin Review URL: https://codereview.chromium.org/11823052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176059 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-