summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_tab
Commit message (Collapse)AuthorAgeFilesLines
* browser: Rename message_box_handler.* to javascript_dialog_creator.*tfarina@chromium.org2012-05-221-1/+1
| | | | | | | | | | | So the filename matches much more with the free function names used in the header file and with the class name used in the source file. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10389228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138398 0039d316-1c4b-4281-b951-d872f2087c98
* r118246 added a mode where all navigations were sent to the browser process, somihaip@chromium.org2012-05-221-1/+1
| | | | | | | | | | | | | | | that for platform apps we could ignore them. However, we still want to allow platform apps to have iframes that point to app pages or data: URLs, so the check needs to be made a bit more fine-grained. The fine-grained check will be implemented in a follow-up CL (via CSP), for now all frame navigations are allowed. R=miket@chromium.org,abarth@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138304 0039d316-1c4b-4281-b951-d872f2087c98
* Move RunFileChooserHelper and EnumerateDirectoryHelper out of Browser.mihaip@chromium.org2012-05-221-2/+3
| | | | | | | | R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138296 0039d316-1c4b-4281-b951-d872f2087c98
* Move NativeWebKeyboardEvent to the content namespace.jam@chromium.org2012-05-182-3/+5
| | | | | | | TBR=ben Review URL: https://chromiumcodereview.appspot.com/10383239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137865 0039d316-1c4b-4281-b951-d872f2087c98
* Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans.tfarina@chromium.org2012-05-181-4/+1
| | | | | | | | | | BUG=128242 R=ben@chromium.org TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10399044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137792 0039d316-1c4b-4281-b951-d872f2087c98
* Pass the render view host with all provisional load related callbacks on the ↵jochen@chromium.org2012-05-162-2/+4
| | | | | | | | | | | | | | web contents observer There might be several provisional loads in different render view hosts going on, so the observers need to know where the signals came from BUG=109792 TEST=none, just added the parameter everywhere Review URL: https://chromiumcodereview.appspot.com/10392072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137534 0039d316-1c4b-4281-b951-d872f2087c98
* browser: Extract ShowLoginWizard() function from browser_dialogs.htfarina@chromium.org2012-05-131-2/+1
| | | | | | | | | BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10377120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136811 0039d316-1c4b-4281-b951-d872f2087c98
* Remove prerender hover experiment supportdominich@chromium.org2012-05-101-1/+0
| | | | | | | | | BUG=111130 Review URL: https://chromiumcodereview.appspot.com/10256009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136376 0039d316-1c4b-4281-b951-d872f2087c98
* Handle move of WebKit's WebReferrerPolicy.hgavinp@chromium.org2012-04-261-1/+1
| | | | | | | | | | | | After WebKit gardens past r115200, these renames prepare us to land webkit bug https://bugs.webkit.org/show_bug.cgi?id=84552 . This is part of the Prerendering API, from http://codereview.chromium.org/9875026/ BUG=None Review URL: http://codereview.chromium.org/10139023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134143 0039d316-1c4b-4281-b951-d872f2087c98
* Move CrashedPlugin() and PluginHungStatusChanged() from WebContentsDelegate ↵bauerb@chromium.org2012-04-202-7/+0
| | | | | | | | | | | | | into WebContentsObserver, and implement them in PluginObserver and HungPluginTabHelper. This removes some code from Browser that only forwarded to other helpers. BUG=none TEST=none Review URL: http://codereview.chromium.org/10117025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133099 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the last users of TabContentsContainer and remove the files.ben@chromium.org2012-04-172-4/+8
| | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10081028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132686 0039d316-1c4b-4281-b951-d872f2087c98
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-172-5/+5
| | | | | | | | | | | TabContents -> WebContents in chrome/, part 2. BUG=105875 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10107002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132568 0039d316-1c4b-4281-b951-d872f2087c98
* Move ExternalTabContainer into a directory with an OWNERS file.robertshield@chromium.org2012-04-033-0/+1647
BUG=120901 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/9959051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130508 0039d316-1c4b-4281-b951-d872f2087c98