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
/
content_script_apitest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow content script insertion on about:-URLs.
rob@robwu.nl
2014-05-15
1
-0
/
+12
*
Make css injected on a per-document basis so we can use PermissionsData checks
rdevlin.cronin@chromium.org
2014-04-08
1
-0
/
+102
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-1
/
+1
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2
tfarina@chromium.org
2013-07-03
1
-1
/
+1
*
GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1
phajdan.jr@chromium.org
2013-06-26
1
-16
/
+21
*
Remove ContentScriptInjectedIntoMultipartPage test, as we no longer support m...
senorblanco@chromium.org
2013-06-13
1
-13
/
+0
*
Disable ExtensionApiTest.ContentScriptPermissionsApi on Windows
hashimoto@chromium.org
2013-06-11
1
-1
/
+7
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Remove the optional_permission_set, required_permission_set, and initial_api_...
rdevlin.cronin@chromium.org
2013-05-09
1
-2
/
+2
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-29
1
-2
/
+2
*
Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it
kalman@chromium.org
2013-01-11
1
-2
/
+2
*
Revert revision 176015
ricow@chromium.org
2013-01-10
1
-2
/
+2
*
Revert 176047
ricow@chromium.org
2013-01-10
1
-2
/
+2
*
Revert 176015
ricow@chromium.org
2013-01-10
1
-2
/
+2
*
Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it
kalman@chromium.org
2013-01-10
1
-2
/
+2
*
Simplify ExecuteJavaScript* functions.
darin@chromium.org
2013-01-04
1
-3
/
+2
*
Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}
darin@chromium.org
2013-01-02
1
-4
/
+5
*
Disable ExtensionApiTest.ContentScriptIsolatedWorlds; it times on Linux Preci...
bauerb@chromium.org
2012-11-28
1
-1
/
+7
*
Re-enable failing extension CSS injection browser_tests.
tony@chromium.org
2012-11-26
1
-3
/
+1
*
Pass extensions' Content Security Policy to WebKit when using isolated worlds.
mkwst@chromium.org
2012-11-21
1
-0
/
+5
*
WebKit roll 135046:135094
jianli@chromium.org
2012-11-19
1
-1
/
+4
*
Added check to prevent extensions from injecting scrips into pages hosted in ...
zelidrag@chromium.org
2012-08-23
1
-0
/
+13
*
Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...
jam@chromium.org
2012-07-24
1
-1
/
+2
*
Create content\public\test\test_utils.h to hold common test classes that are ...
jam@chromium.org
2012-07-20
1
-1
/
+1
*
Expose the extension/app's id on chrome.runtime.id and, and make this
kalman@chromium.org
2012-07-05
1
-2
/
+0
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-1
/
+2
*
Disable test for now as flakiness was observed on all platforms.
kbr@chromium.org
2012-06-23
1
-6
/
+2
*
TabContentsWrapper -> TabContents, part 12.
avi@chromium.org
2012-06-12
1
-1
/
+1
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-1
/
+1
*
Fix the optional permissions API.
jstritar@chromium.org
2012-04-13
1
-0
/
+9
*
Revert 131261 - Disable moar tests whose code is missing on beta.
aa@chromium.org
2012-04-07
1
-1
/
+1
*
Disable moar tests whose code is missing on beta.
aa@chromium.org
2012-04-07
1
-1
/
+1
*
Mark flaky test as flaky.
abodenha@google.com
2012-03-28
1
-1
/
+7
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-2
/
+2
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Enable content scripts to receive extension API events.
aa@chromium.org
2011-11-17
1
-1
/
+19
*
Enable extension APIs for content scripts.
aa@chromium.org
2011-11-12
1
-0
/
+9
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-1
/
+1
*
Fix a crash when loading a multipart html page.
tony@chromium.org
2011-09-27
1
-1
/
+15
*
Added code for localizing scripts CSS before injection takes place.
adriansc@google.com
2011-08-23
1
-0
/
+5
*
Revert 97365 - Added code for localizing scripts CSS before injection takes p...
wez@chromium.org
2011-08-19
1
-5
/
+0
*
Added code for localizing scripts CSS before injection takes place.
adriansc@google.com
2011-08-18
1
-0
/
+5
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+2
*
Gmail mails get modified upon send due to certain extensions
abarth@chromium.org
2011-06-30
1
-0
/
+6
*
Adjust host resolver usage on flaky content script API tests.
yoz@chromium.org
2011-06-08
1
-2
/
+1
*
Make content script stylesheets apply to existing renderers too.
mihaip@chromium.org
2011-06-07
1
-1
/
+32
*
Do not inject JS scripts into view source frames.
yoz@chromium.org
2011-06-02
1
-0
/
+7
[next]