| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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 -> 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
|
|
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
|