index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
extension_webnavigation_api.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Treat files downloaded from the address bar as "always safe" (including exten...
pkasting@chromium.org
2011-08-30
1
-0
/
+2
*
Removal of Profile from content part 8.
avi@chromium.org
2011-08-12
1
-1
/
+1
*
Speculative fix for crash. Crashes seem to indicate
sky@chromium.org
2011-08-08
1
-0
/
+18
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
1
-10
/
+17
*
Only send onBeforeRetarget events from frames that can actually send events
jochen@chromium.org
2011-07-28
1
-0
/
+3
*
Send onErrorOccurred when destroying a TabContents for all frames with pendin...
jochen@chromium.org
2011-07-28
1
-30
/
+62
*
Add about:blank and javascript: URLs to the whitelist for webNavigation events
jochen@chromium.org
2011-07-27
1
-0
/
+5
*
Add webNavigation.getFrame to retrieve information about frame IDs
jochen@chromium.org
2011-07-26
1
-2
/
+59
*
Remove TabContents from FrameNavigationState
jochen@chromium.org
2011-07-25
1
-30
/
+10
*
Include the tab IDs in onBeforeRetarget events and always post the correct fr...
jochen@chromium.org
2011-07-25
1
-46
/
+122
*
Update the tracked URL of a frame if it changes during a navigation
jochen@chromium.org
2011-07-22
1
-7
/
+12
*
Provide ID of the frame that triggered an event to the webrequest extension.
battre@chromium.org
2011-07-21
1
-1
/
+4
*
Drop requestId from webNavigation events
jochen@chromium.org
2011-07-21
1
-7
/
+3
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-4
/
+4
*
Revert "Revert "Change extension event routers to not be singletons and to be...
yoz@chromium.org
2011-06-28
1
-11
/
+8
*
Revert "Change many extension event routers to not be singletons and to be mo...
yoz@chromium.org
2011-06-25
1
-8
/
+11
*
Change many extension event routers to not be singletons and to be more profi...
yoz@chromium.org
2011-06-25
1
-11
/
+8
*
Revert "Change event routers from singletons to being owned by the ExtensionS...
yoz@chromium.org
2011-05-27
1
-0
/
+6
*
Change event routers from singletons to being owned by the ExtensionService.
yoz@chromium.org
2011-05-26
1
-6
/
+0
*
Get rid of the remaining content settings code in the content module.
jam@chromium.org
2011-05-13
1
-1
/
+2
*
Also fire onBeforeRetarget events if now tabs/windows are opened due to user ...
jochen@chromium.org
2011-04-15
1
-13
/
+48
*
Use TabContentsObserver to monitor web navigation events instead of notificat...
jochen@chromium.org
2011-04-14
1
-164
/
+158
*
Unremoving the timeStamp property from webNavigation and webRequest extension...
jochen@chromium.org
2011-04-11
1
-0
/
+11
*
Remove the timeStamp property from the webNavigation extension API.
mpcomplete@chromium.org
2011-03-28
1
-11
/
+0
*
Move a bunch of renderer->browser messages to content.
jam@chromium.org
2011-03-23
1
-1
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-2
/
+2
*
Implement blocking for webRequest.onBeforeRequest extension event.
mpcomplete@chromium.org
2011-03-08
1
-1
/
+3
*
Only send webNavigation events for http/https/file/ftp URLs.
jochen@chromium.org
2011-03-02
1
-3
/
+23
*
Rename the targetUrl parameter to url in webNavigation.onBeforeRetarget
jochen@chromium.org
2011-03-02
1
-1
/
+1
*
Pass webNavigation transitionQualifier as array instead of a string
jochen@chromium.org
2011-03-02
1
-3
/
+8
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
1
-3
/
+3
*
Fire web navigation events on reference fragment navigations.
jochen@chromium.org
2011-03-01
1
-65
/
+142
*
Rename Real* to Double* in values.* and dependent files
arv@chromium.org
2011-02-01
1
-6
/
+6
*
Implement the onBeforeRetarget event of the webNavigation API
jochen@chromium.org
2011-01-21
1
-1
/
+28
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Use the correct signal to detect failed navigations
jochen@chromium.org
2010-12-02
1
-2
/
+3
*
C++ readability change for jochen
jochen@chromium.org
2010-11-30
1
-23
/
+21
*
Implement onCompleted event for the webNavigation API
jochen@chromium.org
2010-11-05
1
-0
/
+27
*
Implement onDOMContentLoaded event of the webNavigation API.
jochen@chromium.org
2010-11-04
1
-12
/
+64
*
Track in which frames navigation errors occurred and don't send further navig...
jochen@chromium.org
2010-10-28
1
-3
/
+63
*
Pull events-related code out of ExtensionMessageService into its own class.
mpcomplete@chromium.org
2010-10-15
1
-3
/
+3
*
Implement the frame id required for the web navigation api.
jochen@chromium.org
2010-10-05
1
-12
/
+21
*
Reland r59641. Add the onBeforeNavigate and onErrorOccured events to the webN...
jochen@chromium.org
2010-09-17
1
-13
/
+74
*
Revert 59641 - Add the onBeforeNavigate and onErrorOccured events to the webN...
jochen@chromium.org
2010-09-16
1
-71
/
+13
*
Add the onBeforeNavigate and onErrorOccured events to the webNavigation API.
jochen@chromium.org
2010-09-16
1
-13
/
+71
*
Reland r54723. Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-13
1
-0
/
+85
*
Revert 58809 - Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-08
1
-85
/
+0
*
Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-08
1
-0
/
+85
*
Revert 58802 - Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-08
1
-85
/
+0
*
Implement the webNavigation.onCommitted event.
jochen@chromium.org
2010-09-08
1
-0
/
+85