Sign in
chromium
/
chromium
/
src.git
/
72be33cb1420eddae1a9427dae4b69ea25eb9a0b
/
content
/
browser
/
browser_main.h
b734894
Switch to standard integer types in content/browser/.
by avi
· 9 years ago
5a551c4c
Fix some extern usage in .cc files.
by thestig
· 10 years ago
4648832
Move remaining files in content\browser to the content namespace.
by
[email protected]
· 13 years ago
f786717
Remove #pragma once from content
by
[email protected]
· 13 years ago
4573fbd
Move content_restriction.h and main_function_params.h to content/public/common, and put them in the content namespace.
by
[email protected]
· 14 years ago
b48c918
Make GTK and Aura parts orthogonal to OS parts
by
[email protected]
· 14 years ago
2cb3e6c
Assert that new renderer processes aren't created during shutdown.
by
[email protected]
· 14 years ago
f3112a5
more content exports needed for unit_tests and browser_tests.
by
[email protected]
· 14 years ago
03d8d3e9
Get rid of content::DidEndMainMessageLoop since it was declared in content but defined in chrome, and called by chrome.
by
[email protected]
· 14 years ago
db02135
Revert 101861 - Get rid of content::DidEndMainMessageLoop since it was declared in content but defined in chrome, and called by chrome.
by
[email protected]
· 14 years ago
01fa11e0
Get rid of content::DidEndMainMessageLoop since it was declared in content but defined in chrome, and called by chrome.
by
[email protected]
· 14 years ago
a68ca912
Export more symbols needed for the component build of content.
by
[email protected]
· 14 years ago
8d2f91e
Revert DidEndMainMessageLoop changes from my earlier checkin since they caused issues on Mac.
by
[email protected]
· 14 years ago
b0f146f
Create a very simple TabContentsView (and not fully implemented yet) and add more supporting code to be able to load a page. Right now it's not rendering, but I suspect it's something small, and the patch has gotten large so I figure it's time to send it for review.
by
[email protected]
· 14 years ago
c1702d71
Refactor some more BrowserMain code. Move the small bit of remaining code that's required by all embedders to content.
by
[email protected]
· 14 years ago
f967b72
Start moving code from BrowserMain to content, so that it can be reused by all embedders of content. I've based the refactoring on the existing BrowserMainParts. This is the first step; I didn't want to do it all at the same time because it would be too big. Remaining tasks:-rename the browser_main files in chrome to chrome_browser_main-move the OS specific implementations of BrowserMainParts that are needed for content-finish splitting the remaining BrowserMain function (now that's in TemporaryContinue())BUG=90445
by
[email protected]
· 14 years ago