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
/
tab_contents
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove browsing_instance.h stub file and update all the references.
tfarina@chromium.org
2011-02-24
1
-2
/
+2
*
Move files out of chrome\browser\renderer_host\test alongside their source. ...
jam@chromium.org
2011-02-24
2
-12
/
+12
*
Cleanup:
pkasting@chromium.org
2011-02-24
2
-10
/
+2
*
WebUI: Fix the remaining references to dom_ui. Final Patch.
tfarina@chromium.org
2011-02-23
3
-4
/
+4
*
This patch adds the necessary plumbing to Chromium to support a command-line ...
wjmaclean@chromium.org
2011-02-22
1
-0
/
+2
*
Move background_contents back to chrome, since that's part of extensions whic...
jam@chromium.org
2011-02-22
2
-2
/
+445
*
Start moving core pieces of Chrome multi-process code to src\content. I'm st...
jam@chromium.org
2011-02-18
31
-13216
/
+29
*
Turning on accelerated layers by default
vangelis@chromium.org
2011-02-18
1
-1
/
+1
*
WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...
tfarina@chromium.org
2011-02-18
4
-5
/
+5
*
Intergration of the client-side phishing detection.
noelutz@google.com
2011-02-17
2
-0
/
+14
*
Fix desktop notification test failure.
jam@chromium.org
2011-02-17
1
-2
/
+2
*
Make TabContentsObserver handle registration automatically, as well as exposi...
jam@chromium.org
2011-02-17
4
-51
/
+73
*
Fix some of the more common chromium-style errors on the mac clang builder.
erg@google.com
2011-02-16
2
-3
/
+7
*
Ensure we display all non-WebUI URLs, as a second line of defense.
creis@google.com
2011-02-16
1
-0
/
+4
*
Move search engine stuff from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-15
4
-199
/
+1
*
Negative scroll offsets are valid (and expected with RTL pages) yet gfx::Size...
avi@chromium.org
2011-02-15
1
-1
/
+1
*
Move FinalStatus out of PrerenderContents, and add prerender namespace.
cbentzel@chromium.org
2011-02-15
2
-6
/
+9
*
Remove frame_origin and main_frame_origin from network requests.
abarth@chromium.org
2011-02-15
2
-7
/
+2
*
WebUI: Get rid of more references to dom_ui and DOM_UI.
tfarina@chromium.org
2011-02-15
1
-3
/
+3
*
Cleanup: Fix a few forward declarations.
thestig@chromium.org
2011-02-15
1
-0
/
+1
*
Add commandline flag --disable-gl-multisampling and hook it up with WebGL to ...
zmo@google.com
2011-02-14
1
-0
/
+2
*
WebUI: Get rid of more references to DOMUI in the rest of the directories.
tfarina@chromium.org
2011-02-13
4
-14
/
+14
*
Enable the XSS auditor by default
abarth@chromium.org
2011-02-12
1
-1
/
+1
*
WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage.
tfarina@chromium.org
2011-02-12
4
-6
/
+6
*
WebUI: Get rid of references to DOMUI in comments. The last part.
tfarina@chromium.org
2011-02-12
1
-3
/
+3
*
Currently, these callers are passing 0 (as an int), which makes it harder to ...
bryner@chromium.org
2011-02-11
2
-2
/
+4
*
Cleanup: Remove unneeded uses of notification_observer.h.
thestig@chromium.org
2011-02-11
2
-1
/
+1
*
gtk: Improve fullscreen RenderWidgetHostViewGtk.
derat@chromium.org
2011-02-11
7
-23
/
+13
*
Attempt 3 at: Splits ChromeURLDataManager into 2 chunks:
sky@chromium.org
2011-02-10
1
-0
/
+1
*
WebUI: Rename the class DOMUI to WebUI.
tfarina@chromium.org
2011-02-10
5
-84
/
+84
*
Revert 74340 - Attempt 2 at: Splits ChromeURLDataManager into 2 chunks:
sky@chromium.org
2011-02-10
1
-1
/
+0
*
Attempt 2 at: Splits ChromeURLDataManager into 2 chunks:
sky@chromium.org
2011-02-09
1
-0
/
+1
*
Revert 74292 - Splits ChromeURLDataManager into 2 chunks:
sky@chromium.org
2011-02-09
1
-1
/
+0
*
Splits ChromeURLDataManager into 2 chunks:
sky@chromium.org
2011-02-09
1
-0
/
+1
*
Misc. cleanup bits I missed in my last pass.
pkasting@chromium.org
2011-02-09
1
-1
/
+1
*
Change the in-frame context menu to be included in the page context menu inst...
mad@chromium.org
2011-02-09
1
-11
/
+13
*
Add debug logging for mixed scripting.
agl@chromium.org
2011-02-08
1
-0
/
+2
*
Cleanup:
pkasting@chromium.org
2011-02-08
5
-19
/
+25
*
Clean up warnings found in our testing code.
erg@google.com
2011-02-07
1
-3
/
+4
*
Print Preview: Create the preview tab first and load the preview data when it...
thestig@chromium.org
2011-02-05
1
-0
/
+7
*
Remove accidental comment in TabContents.
thestig@chromium.org
2011-02-05
1
-1
/
+1
*
Commit instant at the end of a render view drag.
estade@chromium.org
2011-02-05
4
-1
/
+18
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
17
-24
/
+24
*
WebUI: Rename ExtensionDOMUI to ExtensionWebUI.
tfarina@chromium.org
2011-02-05
2
-4
/
+4
*
Move bookmark star from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-04
3
-45
/
+2
*
gtk: simplify menuing API
evan@chromium.org
2011-02-04
1
-1
/
+1
*
Print Preview: Store preview data in PrintPreviewUIHTMLSource.
thestig@chromium.org
2011-02-03
2
-1
/
+9
*
Makes it so the hung renderer dialog isn't shown if the page that is
sky@chromium.org
2011-02-03
3
-1
/
+10
*
Cross-platform CL to remove app/win/win_util.h&cc and related work.
msw@chromium.org
2011-02-03
1
-3
/
+3
*
WebUI: Change all references from "DOM UI" to "Web UI".
tfarina@chromium.org
2011-02-02
4
-33
/
+33
[next]