| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
content/renderer/devtools.
Review URL: https://codereview.chromium.org/11630004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files into content/renderer/devtools."
DevToolsManagerTest.ForwardMessageToClient:
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Tests%20x64&number=29428
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Aura&number=304
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Clang%20%28dbg%29&number=37637
http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%281%29&number=17804
http://build.chromium.org/p/chromium.memory/buildstatus?builder=Linux%20Chromium%20OS%20ASAN%20Tests%20%283%29&number=1107
BUG=None
TEST=Tree becomes greener.
TBR=pfeldman@chromium.org
Review URL: https://codereview.chromium.org/11645015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173893 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
content/renderer/devtools.
Review URL: https://codereview.chromium.org/11630004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173891 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no visible change
Review URL: https://codereview.chromium.org/11570024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173206 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=165645
Review URL: https://chromiumcodereview.appspot.com/11555019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172595 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ASH opens a docked dev tools window.
Currently if this operation is performed on Windows 8 ASH we end up opening the Dev tools window in desktop mode which
is incorrect. This happens because we attempt to find the inspected WebContents instance in the desktop browser list.
Fix is to find the inspected webcontents in the desktop and the ASH browser lists as they can both be active concurrently
for Windows 8.
BUG=151718
R=sky
Review URL: https://codereview.chromium.org/11519012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172360 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no visible change
Review URL: https://chromiumcodereview.appspot.com/11489005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172216 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no visible change
Review URL: https://chromiumcodereview.appspot.com/11493004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172067 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=155443
TEST=In Goobuntu, add logging of screen_info in RenderViewHost::CreateRenderView() temporarily and make sure the correct scale factor is chosen at boot.
Review URL: https://chromiumcodereview.appspot.com/11361245
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172008 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no visible change
Review URL: https://chromiumcodereview.appspot.com/11419298
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171340 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ExtensionSystem. Extension services were made into ProfileKeyedServices a while ago; this replaces the deprecated calls that ran directly through the Profile object.
This is about half of the total GetExtensionService calls in the codebase, but this CL is already ridiculously large.
BUG= http://code.google.com/p/chromium/issues/detail?id=104095
Review URL: https://chromiumcodereview.appspot.com/11365181
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170497 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no visible change
Review URL: https://codereview.chromium.org/11415179
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This redundant call in Show will cause errors like "Uncaught ReferenceError:
InspectorFrontendAPI is not defined" in the case DevTools has not
loaded yet. In the case that it is loaded, DoAction will call the
function, and when it isn't loaded the observer will call DoAction.
BUG=162799
R=pfeldman@chromium.org
TEST=covered by browser_tests, e.g. ChromeRenderProcessHostTest.DevToolsOnSelfInOwnProcess
Review URL: https://chromiumcodereview.appspot.com/11280180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169941 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
dispatched.
BUG=161961
Review URL: https://chromiumcodereview.appspot.com/11308123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169253 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no visible change
Review URL: https://chromiumcodereview.appspot.com/11413102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169085 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=no functional change
Review URL: https://chromiumcodereview.appspot.com/11364239
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168076 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no visible change
Review URL: https://chromiumcodereview.appspot.com/11312249
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167842 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devtools with correct element highlighted.
BUG=140329
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167486
Relanding after linux_clang dbg bot fix.
Review URL: https://chromiumcodereview.appspot.com/11362016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167744 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
after fixing.
Revert 167486 - Triggering InspectElement from context menu over a guest will open guest's devtools with correct element highlighted.
BUG=140329
Review URL: https://chromiumcodereview.appspot.com/11362016
TBR=lazyboy@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11275300
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167506 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
devtools with correct element highlighted.
BUG=140329
Review URL: https://chromiumcodereview.appspot.com/11362016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167486 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=159680
Review URL: https://chromiumcodereview.appspot.com/11362185
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167154 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
connectin termination.
BUG=129539
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165656 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes a lot of necessary reference to SCALE_FACTOR_NONE, and eliminate layout.h
I'll cleanup ContentClient in separate CL.
BUG=156569
TEST=none. no functional change.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=165444
Review URL: https://chromiumcodereview.appspot.com/11341003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165500 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=oshima@chromium.org
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/11360041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165445 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes a lot of necessary reference to SCALE_FACTOR_NONE, and eliminate layout.h
I'll cleanup ContentClient in separate CL.
BUG=156569
TEST=none. no functional change.
Review URL: https://chromiumcodereview.appspot.com/11341003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165444 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11310003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164902 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
its own.
BUG=122772
TBR=pkasting
Review URL: https://codereview.chromium.org/11272015/
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164315 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=157323
Review URL: https://chromiumcodereview.appspot.com/11276002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163881 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
through the ExtensionSystem. Extension services were made into ProfileKeyedServices a while ago; this replaces all the deprecated calls that ran directly through the Profile object.
BUG=104095
Review URL: https://chromiumcodereview.appspot.com/11246003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163846 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was disabled in r163152 to fix a problem caused by r163108, but was fixed
by r163309.
BUG=156985
TBR=yurys
Review URL: https://chromiumcodereview.appspot.com/11235063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163696 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=erg@chromium.org
BUG=156985
NOTRY=true
Review URL: https://codereview.chromium.org/11231027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163152 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
CID=106361
BUG=none
R=pfeldman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11220004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163143 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162987 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
As of today, we manage devtools window state in a weird way: it can be either docked or undocked, and while docked it can attach to bottom or to the right. These two levels of setting makes it hard to manage code, we'd like devtools window to have enum of equal states: bottom, right, undocked (so far). This change makes it happen.
Review URL: https://chromiumcodereview.appspot.com/11189060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162982 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=142730
TEST=Open a page, click somewhere in the page, hit F12 repeatedly. Devtools window should correctly open/close every time you hit F12.
Review URL: https://chromiumcodereview.appspot.com/10993063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161635 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=118165
Review URL: https://chromiumcodereview.appspot.com/11117019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161576 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=141849
Review URL: https://chromiumcodereview.appspot.com/11093070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161332 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
and closing the tabs.
Review URL: https://chromiumcodereview.appspot.com/11033046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161126 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
never redirect to chrome-devtools://.
Review URL: https://chromiumcodereview.appspot.com/10986050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159042 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
redirect to chrome://thumb.
Review URL: https://chromiumcodereview.appspot.com/10985041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158982 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
extension API.
BUG=129539
Review URL: https://chromiumcodereview.appspot.com/10947037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157754 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The test should be passing consistently after
http://src.chromium.org/viewvc/chrome?view=rev&revision=155982
BUG=103539,106526
Review URL: https://chromiumcodereview.appspot.com/10909262
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157109 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no visible change
Review URL: https://chromiumcodereview.appspot.com/10928096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156292 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
allows the proper blockage of foreground tabs created without user-gestures for rel=noreferrer links.
BUG=118317
Review URL: https://chromiumcodereview.appspot.com/10868116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155535 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I replaced START_PAGE with AUTO_TOPLEVEL because that more accurately
describes how its being used in the code. In a followed CL I will add
specific support for startup pages, which was the original intention of
START_PAGE.
This CL is basically a large search and replace and does not change the
behaviour of the code.
BUG=144002
TEST=No user visible change
Review URL: https://chromiumcodereview.appspot.com/10897034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155047 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
receives an F12 keypress
BUG=139581
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/10823233
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154694 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107201
TEST=no change
Review URL: https://chromiumcodereview.appspot.com/10891044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154186 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10919009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154163 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
StoragePartitions.
Previously, WebContents, NavigationController, and RenderViewHost all exposed
APIs that allowed one to retrieve the SessionStorageNamespace associated with
them. This is confusing because there were too many ways to access the object.
After this change, the SessionStorageNamespace is only exposed by the
NavigationController.
Conceptually a SessionStorageNamespace belongs to a WebContents but we store
it in NavigationController because on tab duplication, the
NavigationController becomes the authoritative state of the tab.
Also, to support StoragePartitions, the NavigationController
now maintains a map of partition_id -> SessionStorageNamespace. Someone
requesting a SessionStorageNamespace must either know which StoragePartition
they are coming from, or which child process they are acting on behalf of.
This change also changes the way TabContents and WebContents are created.
1) We now have explicitly separate creation methods for prepopulating
with SessionStorage and creating with an opener.
2) Some of the WebContentImpl construct has been moved into an Init()
function to avoid accidental calls to virtual functions by subobjects.
TBR-ing all the directories where I just remove a NULL.
TBR=sky,stevenjb,dominich,brettw,satorux,kalman
BUG=85121
Review URL: https://chromiumcodereview.appspot.com/10831116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151379 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
flaky on Windows.
TBR=rlarocque@chromium.org
BUG=141849
Review URL: https://chromiumcodereview.appspot.com/10828254
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151027 0039d316-1c4b-4281-b951-d872f2087c98
|