summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_ui.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Adds a first-run balloon to the Windows notification center.dewittj@chromium.org2013-06-221-0/+1
| | | | | | | | | | | This is designed to attract attention to the system tray icon which can be hidden in the overflow area. BUG=246322 Review URL: https://chromiumcodereview.appspot.com/17286015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208031 0039d316-1c4b-4281-b951-d872f2087c98
* This CLpkotwicz@chromium.org2013-06-221-0/+1
| | | | | | | | | | | | - Anchors the zoom bubble to the magnifying glass when the zoom bubble is visible and the top-of-window view are revealed in immersive fullscreen. The top-of-window views stay revealed as long as the zoom bubble is visible. - Positions the zoom bubble in the top right when in immersive fullscreen and the top-of-window views are not already revealed. For the sake of simplicity the zoom bubble is closed if the user reveals the top-of-window views. BUG=181062 TEST=Manual, see bug Review URL: https://chromiumcodereview.appspot.com/16998006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208008 0039d316-1c4b-4281-b951-d872f2087c98
* InstantExtended: hook up InstantTab in incognito.samarth@chromium.org2013-06-221-0/+2
| | | | | | | | | | | | Hook up InstantTab in incognito, but don't send any data except submit events. BUG=181427 TESTED=manually per report, also modes still work in incognito R=jered@chromium.org Review URL: https://codereview.chromium.org/17303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207969 0039d316-1c4b-4281-b951-d872f2087c98
* move sync_promo_ui to non-webui-specific directorybcwhite@chromium.org2013-06-211-2/+2
| | | | | | | | BUG=247212 Review URL: https://chromiumcodereview.appspot.com/17167006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207827 0039d316-1c4b-4281-b951-d872f2087c98
* Move ProfileLoader to chrome/browser/profiles.jackhou@chromium.org2013-06-211-2/+0
| | | | | | | | | | | | The class fits better here because it only deals with profiles. Added profile_loader_unittest.cc BUG=168080 TEST=There should be no change in behavior. Review URL: https://chromiumcodereview.appspot.com/16766003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207745 0039d316-1c4b-4281-b951-d872f2087c98
* Make managed user avatar label clickable (views).akuegel@chromium.org2013-06-201-0/+2
| | | | | | | | | | | | | When clicking on the managed user avatar label, the avatar menu bubble will be shown with the arrow pointing to the location where the user has clicked. A screenshot can be found in the bug description (views_label_clicked.png). BUG=241387 Review URL: https://chromiumcodereview.appspot.com/16881003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207506 0039d316-1c4b-4281-b951-d872f2087c98
* [InfoBars] Create an android specific autologin delegatemiguelg@chromium.org2013-06-201-0/+1
| | | | | | | | | BUG=158817 TBR=yfriedman@chromium.org Review URL: https://chromiumcodereview.appspot.com/17029007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207294 0039d316-1c4b-4281-b951-d872f2087c98
* components: Rename component_resources.* to component_strings.*tfarina@chromium.org2013-06-191-1/+1
| | | | | | | | | | | | components_resources is misleading. Resources are generally images/assets and/or html/js/css files and we use IDR_* for them. BUG=250213 R=joi@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/17192004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207130 0039d316-1c4b-4281-b951-d872f2087c98
* Show Extension ID->FileMetadata in syncfs-internals WebUIcalvinlo@chromium.org2013-06-151-0/+2
| | | | | | | | | | | | | | | | | This patch is actually 2 parts merged into one. 1. Bubble up FileMetadata from FileMetadataStore level to SyncFileSystemService layer so that the SyncFileStatus can be added to FileMetadata objects. 2. Show the FileMetadata map in the WebUI. BUG=247276 TEST=manual Sign into chrome. Open up chrome://syncfs-internals Click the File Metadata tab. You should see a bunch of files (Assuming you've saved something using SyncFS with your account) Review URL: https://chromiumcodereview.appspot.com/16606005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206556 0039d316-1c4b-4281-b951-d872f2087c98
* UI for enabling kiosk for consumer (non-enrolled) mode.zelidrag@chromium.org2013-06-141-0/+2
| | | | | | | | | | | Got rid of LoginDisplayWebUIHandler::SetGaiaUrlForTesting() since it was causing test flakes (GAIA frame load error -11). BUG=247478, 240502 TEST=new unit tests: EnterpriseInstallAttributesTest.ConsumerKioskDevice, EnterpriseInstallAttributesTest.ReadCacheFileForConsumerKiosk, new browser tests: KioskAutolaunchConfirmTest.*, KioskEnableCancelTest.*, KioskAppManagerTest.EnableConsumerKiosk, KioskAppManagerTest.PreventEnableConsumerKioskForEnterprise Review URL: https://chromiumcodereview.appspot.com/16303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206502 0039d316-1c4b-4281-b951-d872f2087c98
* Show ExtensionID->OriginSyncStatus in syncfs-internals WebUI.calvinlo@chromium.org2013-06-141-0/+2
| | | | | | | | | | | | | BUG=244067 TEST=Manual Sign into Chrome Start any SyncFS application Go to chrome://syncfs-internals, click on Extension Status tab You should see at lease one extension along with its sync status. Review URL: https://chromiumcodereview.appspot.com/16398011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206351 0039d316-1c4b-4281-b951-d872f2087c98
* Move android specific WebRTC notification implementation out of ↵cramya@chromium.org2013-06-141-1/+1
| | | | | | | | | | | | status_tray_android. In Android, for every WebRTC call, a new notification is created. Using web_contents onNavigationStateChanged() and destroyWebContents() we create and destroy the webRTC notifications appropriately. BUG=231804,245326 Review URL: https://chromiumcodereview.appspot.com/16154036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206242 0039d316-1c4b-4281-b951-d872f2087c98
* First work towards new "avatar" menu.bcwhite@chromium.org2013-06-131-0/+2
| | | | | | | | | | | | | | | This is not complete but it marks a point where others can try it and build off of it for other features (and thus work in parallel). The two main buttons are currently non-functional (to be worked on in parallel) but you can switch profiles by selecting the appropriate icon. The "sign-out" button does work. Example: http://www/~bcwhite/new-avatar-2.png To test this, add these two flags to the command line: --new-profile-management --gaia-profile-info BUG=239800 Review URL: https://chromiumcodereview.appspot.com/15145006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206092 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Preference for Google Services to Use the User's Location robliao@chromium.org2013-06-121-0/+8
| | | | | | | | | | | | | | | | | | | | Adds a new Chrome preference (googlegeolocationaccess.enabled) and hides it behind the ENABLE_GOOGLE_NOW compiler define as well as the kEnableGoogleNowIntegration switch BUG=164227 TEST= 1) Go to chrome://flags 2) Enable Google Now 3) Restart Chrome 4) Go to chrome://settings 5) Click "Show Advanced Settings..." 6) Click "Content Settings..." 7) Observe the checkbox in the location section Review URL: https://chromiumcodereview.appspot.com/15716012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205841 0039d316-1c4b-4281-b951-d872f2087c98
* Fix file order in chrome/chrome_browser_*.gypikinuko@chromium.org2013-06-121-2/+2
| | | | | | | | | | BUG=239109 R=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/16705010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205768 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the search token ("Google Search") and its separator. Instead use apkasting@chromium.org2013-06-111-6/+0
| | | | | | | | | | | | | | | | | | different icon when the address bar is doing search term replacement. This change stops us doing search term replacement on broken-HTTPS pages (red X in lock), which was previously allowed and treated as if the terms were always "URL-like". This also removes the whole concept of "URL-like search terms". BUG=248301 TEST=Google searches should show a blue-background location icon if the address bar is displaying search terms TBR=sail@chromium.org Review URL: https://codereview.chromium.org/15703014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205631 0039d316-1c4b-4281-b951-d872f2087c98
* 2nd try: Split webkit_storage target into ↵kinuko@chromium.org2013-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | webkit_storage_{browser,common,renderer} This does: - Remove all webkit/browser/foo/*.gypi, webkit/common/foo/*.gypi for storage - Add three top-level gyp's in webkit/: storage_{browser,common,renderer}.gyp storage_common and storage_renderer might be able to be subsumed in bigger targets for common|renderer, but believe we can do that later when necessary. Original review: https://codereview.chromium.org/15716007/ BUG=239109 TBR=jamesr@chromium.org,mnaganov@chromium.org,thestig@chromium.org,avi@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16091011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205489 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 205463 "Split webkit_storage target into webkit_storage_{..."kinuko@chromium.org2013-06-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Broke split_link > Split webkit_storage target into webkit_storage_{browser,common,renderer} > > This does: > - Remove all webkit/browser/foo/*.gypi, webkit/common/foo/*.gypi for storage > - Add three top-level gyp's in webkit/: storage_{browser,common,renderer}.gyp > > storage_common and storage_renderer might be able to be subsumed in > bigger targets for common|renderer, but believe we can do that later > when necessary. > > BUG=239109 > TBR=mnaganov,thestig,avi > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/15716007 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/16365013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205474 0039d316-1c4b-4281-b951-d872f2087c98
* Split webkit_storage target into webkit_storage_{browser,common,renderer}kinuko@chromium.org2013-06-111-1/+2
| | | | | | | | | | | | | | | | | | This does: - Remove all webkit/browser/foo/*.gypi, webkit/common/foo/*.gypi for storage - Add three top-level gyp's in webkit/: storage_{browser,common,renderer}.gyp storage_common and storage_renderer might be able to be subsumed in bigger targets for common|renderer, but believe we can do that later when necessary. BUG=239109 TBR=mnaganov,thestig,avi NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15716007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205463 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented notification on chrome://chrome page that update checkygorshenin@chromium.org2013-06-081-1/+3
| | | | | | | | | | | | failed due to offline state or because user is connected to a network of the wrong type. BUG=167565 TEST=manual tests on Lumpy Review URL: https://chromiumcodereview.appspot.com/16286013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204987 0039d316-1c4b-4281-b951-d872f2087c98
* In components/autofill, move browser/risk/ to content/browser/risk/blundell@chromium.org2013-06-071-1/+1
| | | | | | | | | | | | | This change is part of moving components/autofill into its eventual structure as a layered component. This CL additionally creates the autofill_content_browser target and renames the autofill_risk_proto target to autofill_content_risk_proto. TBR=joi, darin, benm BUG=247015 Review URL: https://chromiumcodereview.appspot.com/16363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204842 0039d316-1c4b-4281-b951-d872f2087c98
* Consumer kiosk mode auto-launch confirm UI.zelidrag@chromium.org2013-06-071-0/+2
| | | | | | | | | BUG=245856 TEST=expanded KioskAppManagerTest.Basic, added KioskAutolaunchConfirmTest.*, KioskAutolaunchCancel.* Review URL: https://chromiumcodereview.appspot.com/16290003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204830 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Password echo support for keyboard driven OOBE.xiyuan@chromium.org2013-06-071-0/+1
| | | | | | | | | | | | - Add support to reveal last typed char in obscured text field backed by NativeTextfieldViews; - Enable that for keyboard drive OOBE; BUG=238290 Review URL: https://chromiumcodereview.appspot.com/16051005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204794 0039d316-1c4b-4281-b951-d872f2087c98
* Move cocoa/flipped_view to ui/base/cocoatapted@chromium.org2013-06-071-2/+0
| | | | | | | | | BUG=138633 TEST=No functional changes Review URL: https://chromiumcodereview.appspot.com/15734021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204780 0039d316-1c4b-4281-b951-d872f2087c98
* Re-implement form validation message UI with native widgets. (Android)tkent@chromium.org2013-06-061-0/+1
| | | | | | | | | | | | | | | | The current form validation message UI with Shadow DOM has a lot of problems and some of them are unresolvable if we continue to use Shadow DOM. We should stop using Shadow DOM. This patch implements an Android UI for validation message with PopupWindow. bubble.9.png and bubble_arrow_up.png were drawn by tkent@. BUG=90252,90958,92816,104829,106621,113352,115451,125330,143356,155448,166981,231170,235721,246448 Review URL: https://chromiumcodereview.appspot.com/15538003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204607 0039d316-1c4b-4281-b951-d872f2087c98
* [rAC] Added handling for suggestions.groby@chromium.org2013-06-061-0/+4
| | | | | | | | | | | | | | requestAutocomplete has sections for "suggested" data - i.e. results selected from Autocomplete. This handles the display of and interaction with those sections. BUG=157274 R=sail@chromium.org Review URL: https://chromiumcodereview.appspot.com/15670014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204584 0039d316-1c4b-4281-b951-d872f2087c98
* Remove sync_promo code that is no longer used.rogerta@chromium.org2013-06-061-2/+0
| | | | | | | | BUG=246673 Review URL: https://chromiumcodereview.appspot.com/16226029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204558 0039d316-1c4b-4281-b951-d872f2087c98
* Move cocoa/menu_controller to ui/base.tapted@chromium.org2013-06-061-4/+0
| | | | | | | | | | | | | | This allows things outside of chrome/browser to use it. The CL also moves the Cocoa-specific event_utils.h in chrome/browser to ui/base/cocoa/cocoa_event_utils.h. BUG=138633 TEST=No functional changes Review URL: https://chromiumcodereview.appspot.com/15870006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204514 0039d316-1c4b-4281-b951-d872f2087c98
* Warn by default when certain DLL conflicts exist on XP.finnur@chromium.org2013-06-061-0/+2
| | | | | | | | | BUG=238378 R=cpu@chromium.org, jhawkins@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/15969017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204505 0039d316-1c4b-4281-b951-d872f2087c98
* Rich Notifications working on Linux_aurasidharthms@chromium.org2013-06-061-4/+12
| | | | | | | | | | | | MessageCenterTray enabled for Linux. WebNotificationTray for Win is now shared between Win and Linux (except for certain Win specific implementation). BUG=245406 Review URL: https://chromiumcodereview.appspot.com/16096013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204445 0039d316-1c4b-4281-b951-d872f2087c98
* Exposing GetTokens functionality to the chrome://identity-internals.fgorski@chromium.org2013-06-061-0/+2
| | | | | | | | | | | Adding Message handler that reposes to identityIternalsGetTokens sent form the UI and sends back a list of tokens that are currently in the IdentityAPI cache. BUG=243143 Review URL: https://chromiumcodereview.appspot.com/15897008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204385 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Use WebUI to interact with chrome://welcomenewt@chromium.org2013-06-051-0/+2
| | | | | | | | | | | | | Instead of listening for page load finished events, checking if the URL is chrome://welcome, and injecting javascript to interact with the page... use WebUI. That's what it's designed for. :) BUG=243504, 237028 R=atwilson@chromium.org, estade@chromium.org, nyquist@chromium.org, yfriedman@chromium.org Review URL: https://codereview.chromium.org/15781007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204323 0039d316-1c4b-4281-b951-d872f2087c98
* Add Cocoa implementation of ProfileSigninConfirmationDialog.dconnelly@chromium.org2013-06-051-0/+4
| | | | | | | | | | | | | | This depends on https://codereview.chromium.org/14846020/ Screenshot: https://code.google.com/p/chromium/issues/detail?id=179444#c41 BUG=179444 TEST=sign in to chrome with an enterprise-managed account (eg, managedchrome.com) R=atwilson@chromium.org, jhawkins@chromium.org, pkasting@chromium.org, sail@chromium.org Review URL: https://codereview.chromium.org/15288003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204251 0039d316-1c4b-4281-b951-d872f2087c98
* [sync] Eliminate reload loop in sync settings pagersimha@chromium.org2013-06-051-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During initial sync setup, if the user refreshes the settings page when the advanced settings page is visible, and then hits the back button, we enter a page reload loop. A couple of salient features of the loop are: 1) When the back button is pressed, SyncSetupHandler::CloseSyncSetup() is called, which causes ProfileSyncService::NotifyObservers() to again indirectly call SyncSetupHandler::CloseSyncSetup(), due to SigninTracker::OnStateChanged() incorrectly detecting a signin failure. 2) When the sync setup page is loaded, SyncSetupHandler::OpenSyncSetup() calls OptionsSyncSetupHandler::ShowSetupUI(), resulting in an unnecessary navigation to chrome://settings/syncSetup, given that we are already at the sync setup page. This patch does a few things to eliminate reload loops: 1) Removes SyncSetupHandler::ShowSetupUI(), and eliminates the derived class OptionsSyncSetupHandler. With web based sign in, there is no longer the need for SyncSetupHandler to re-navigate to chrome://settings/syncSetup. 2) In SyncSetupHandler::CloseSyncSetup(), we clear SigninTracker before potentially aborting sync setup. This eliminates the case where SigninTracker detects an abandoned sync setup as a signin failure. 3) In ProfileSyncService::SetSetupInProgress(), we only call NotifyObservers() if the value of |setup_in_progress_| changes. This eliminates additional recursive calls to SyncSetupHandler::CloseSyncSetup() in cases where it is called in response to ProfileSyncService::NotifyObservers() originating from ProfileSyncService::SetSetupInProgress(). BUG=245219 TEST=Repro steps in the above bug shouldn't result in a reload loop Review URL: https://chromiumcodereview.appspot.com/16085012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204217 0039d316-1c4b-4281-b951-d872f2087c98
* Basic resources, wiring and build scripts for the identity-internals web uifgorski@chromium.org2013-06-051-0/+2
| | | | | | | | BUG=243143 Review URL: https://chromiumcodereview.appspot.com/15806008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204116 0039d316-1c4b-4281-b951-d872f2087c98
* Make chrome.exe rendezvous with existing chrome process earlier.koz@chromium.org2013-06-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change causes chrome to attempt to locate and defer to an already running chrome process earlier in startup (before chrome.dll is loaded). Some benchmarks* (all times are in ms): ASUS S200E (low-end netbook): Unpatched: 1109, 547, 2656, 381 Patched: 125, 125, 78, 78 z620 (high-end dev machine) Unpatched: 124, 125, 125, 219 Patched: 47, 63, 63, 46 chrome.exe size: Unpatched: 748K Patched: 768K * The period measured was that between chrome.exe being executed and the existing chrome process receiving WM_COPYDATA. BUG=171588 TBR=cpu@chromium.org, gab@chromium.org, grt@chromium.org, pastarmovj@chromium.org, shrikant@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/14617003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204099 0039d316-1c4b-4281-b951-d872f2087c98
* Add SessionStateObserver with ActiveUserChanged()nkostylev@chromium.org2013-06-041-1/+2
| | | | | | | | | | | | | | Depends on https://codereview.chromium.org/15974008/ which renames SessionStateObserver to LockStateObserver * Rename few instances of email to user_id * Add SessionStateDelegateChromeos implementation BUG=180903 R=bartfab@chromium.org, skuhne@chromium.org, sky@chromium.org, stevenjb@chromium.org Review URL: https://codereview.chromium.org/15718003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203985 0039d316-1c4b-4281-b951-d872f2087c98
* Move Extension::GetBasicInfo to a static helper.yoz@chromium.org2013-06-041-0/+2
| | | | | | | | BUG=162530 Review URL: https://chromiumcodereview.appspot.com/16248002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203928 0039d316-1c4b-4281-b951-d872f2087c98
* Add Views implementation of ProfileSigninConfirmationDialog.dconnelly@chromium.org2013-06-031-0/+2
| | | | | | | | | | | | | | The existing WebUI implementation is still used on platforms that don't support the Views toolkit. Current screenshot: https://code.google.com/p/chromium/issues/detail?id=179444#c25 BUG=179444 Review URL: https://chromiumcodereview.appspot.com/14846020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203709 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for googleurl. Second try.tfarina@chromium.org2013-06-031-2/+1
| | | | | | | | | | | | | | | - Update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. r184: Fix C++11 compilation on iOS r185: Forward includes to url/ BUG=229660 R=thestig@chromium.org,brettw@chromium.org TBR=darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/15421002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203672 0039d316-1c4b-4281-b951-d872f2087c98
* device: Restructure the layout of gyp files.tfarina@chromium.org2013-06-031-1/+1
| | | | | | | | | | | | | | | | | | This follow the same structure used by ui/keyboard/. Now the directory hierachy looks like this: device/bluetooth/bluetooth.gyp device/bluetooth/bluetooth_strings.gyp device/bluetooth/bluetooth_strings.grd device/bluetooth/strings device/usb/usb.gyp R=bryeung@chromium.org,miket@chromium.org Review URL: https://chromiumcodereview.appspot.com/16231013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203652 0039d316-1c4b-4281-b951-d872f2087c98
* Make webkit_user_agent a standalone gypjamesr@chromium.org2013-05-311-1/+1
| | | | | | | | | | | | | There's no reason for the webkit user_agent target to be included from webkit_support.gyp, doing so just makes life really confusing and makes it easier to accidentally introduce gyp cycles. This makes webkit_user_agent.gyp a normal standalone gyp file. BUG=245477 Review URL: https://chromiumcodereview.appspot.com/15709006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203493 0039d316-1c4b-4281-b951-d872f2087c98
* Minor build changes for ozonerjkroege@chromium.org2013-05-311-1/+1
| | | | | | | | | | Some minor configuration changes for ozone support. BUG=178543 Review URL: https://chromiumcodereview.appspot.com/16119006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203459 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passphrase dialog and last parts of elevation.akuegel@chromium.org2013-05-311-2/+0
| | | | | | | | BUG=241383 Review URL: https://chromiumcodereview.appspot.com/15715005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203452 0039d316-1c4b-4281-b951-d872f2087c98
* Add a confirmation step after creating a new limited (managed) user.pam@chromium.org2013-05-311-0/+2
| | | | | | | | | | | | | If a limited user is created successfully, show an overlay describing it and offering the option either to continue or to proceed to a window opened for the new limited user. BUG=234991 TEST=manual Review URL: https://chromiumcodereview.appspot.com/15862007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203370 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Move kiosk settings to extensions page.xiyuan@chromium.org2013-05-311-2/+2
| | | | | | | | | | | - Move kiosk settings to extensions page; - Remove the M28 temp flag; BUG=228860 Review URL: https://chromiumcodereview.appspot.com/15966004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203327 0039d316-1c4b-4281-b951-d872f2087c98
* Move the WebCursor sources from webkit/glue to webkit/common/cursors.ananta@chromium.org2013-05-311-0/+1
| | | | | | | | | | | | | This CL introduces a new target webkit_common which lives in webkit_common.gypi and builds a dll/static lib based on the component flag. This target only contains the webcursor sources for now. BUG=237249 TBR=jamesr@chromium.org, mnaganov@chromium.org, palmer@chromium.org, piman@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/15971005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203280 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the Activity Log UIfelt@chromium.org2013-05-291-2/+0
| | | | | | | | | | | | This CL removes the Activity Log UI. I will be replacing it with an extension once the chrome.activityLogPrivate API is complete. The only code changes in this CL are for code deletion. BUG=241672 Review URL: https://chromiumcodereview.appspot.com/15812004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202959 0039d316-1c4b-4281-b951-d872f2087c98
* Include BrowserInstantController in Android builds.kmadhusu@chromium.org2013-05-291-1/+0
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/16069006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202718 0039d316-1c4b-4281-b951-d872f2087c98
* [rAC] Allow sub-views to trigger layout reflow.groby@chromium.org2013-05-281-2/+3
| | | | | | | | BUG=157274 Review URL: https://chromiumcodereview.appspot.com/15645004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202642 0039d316-1c4b-4281-b951-d872f2087c98