Sign in
chromium
/
chromium
/
src
/
bebe14163854e8795e040cc0d8614f879fed0eab
/
chrome
/
browser
/
ui
/
webui
/
nacl_ui.cc
714ce65
Remove disable-pnacl flag.
by
[email protected]
· 11 years ago
e6e30ac
Move the guts of user_metrics to a new static lib in //base/metrics.
by
[email protected]
· 12 years ago
ab6df3b1
Update some uses of UTF conversions in chrome/browser to use the base:: namespace.
by
[email protected]
· 12 years ago
2c95d10
Update some uses of Value in chrome/browser to use the base:: namespace.
by
[email protected]
· 12 years ago
e9273e19
Replace some string16's with base namespace in chrome/browser
by
[email protected]
· 12 years ago
945d91f
[Build Fix] Add missing #include
by
[email protected]
· 12 years ago
f5bb764
Use base::PostTaskAndReplyWithResults() in more places.
by
[email protected]
· 12 years ago
07f0f2cf
Fix WeakPtrFactory ordering problems in ui
by
[email protected]
· 12 years ago
83c8526
Enable PNaCl by default (revert disabling CL)
by
[email protected]
· 12 years ago
bafd739
disable pnacl by default
by
[email protected]
· 12 years ago
eb38e63
Read pnacl version from common .json file instead of using dirname.
by
[email protected]
· 12 years ago
bbabe18d
Simplify about:nacl code by using BrowserThread::PostBlockingPoolTaskAndReply
by
[email protected]
· 12 years ago
0603207
Clean up chrome://nacl UI a bit
by
[email protected]
· 12 years ago
df401535
Enable pnacl by default
by
[email protected]
· 12 years ago
d7bd3e5
Move webplugininfo.h to content/public.
by
[email protected]
· 12 years ago
756748414
Move PathExists to base namespace.
by
[email protected]
· 12 years ago
ebcffa7
about:nacl WebUI: Force revalidation of PNaCl path on each request.
by
[email protected]
· 12 years ago
0dfa1a6
Switch the AppID for PNaCl from 3 separate ones to a single multi-CRX.
by
[email protected]
· 12 years ago
cadac62
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
by
[email protected]
· 12 years ago
e338085
Use a direct include of strings headers in chrome/browser/ui/webui/, part 1.
by
[email protected]
· 12 years ago
774cc3c
Use a direct include of utf_string_conversions.h in chrome/browser/ui/, part 2.
by
[email protected]
· 12 years ago
39790b7f
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
by
[email protected]
· 12 years ago
98cef86
Fix style issues in NaClDomHandlerProxy.
by
[email protected]
· 12 years ago
0d4d412c
chrome://nacl asserts
by
[email protected]
· 12 years ago
d4b2d23
chrome/browser/ui: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
by
[email protected]
· 12 years ago
650b2d5
Merge branch 'master' into file_path_browser
by
[email protected]
· 13 years ago
3ea1b18
Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories.
by
[email protected]
· 13 years ago
3846feb
Check that path exists before saying pnacl is installed in about:nacl.
by
[email protected]
· 13 years ago
24ea7a1
Stop using content's internal URLDataManager methods from chrome.
by
[email protected]
· 13 years ago
3dbd64d
Switch users of ChromeWebUIDataSource to use the content::WebUIDataSource instead. This is in anticipation of moving the implementation inside content.
by
[email protected]
· 13 years ago
90d9f1e
Simplify WebUI data sources. Currently WebUI data sources implement a URLDataSourceDelegate interface, and have a URLDataSource interface just for sending the response. Remove the need to have the URLDataSource interface at all, and instead pass a callback to a data source's StartDataRequest method. That also allows us to hide the request_id parameter, which is an internal detail, and makes testing simpler.
by
[email protected]
· 13 years ago
cb8dc8e
[webui] whittle down a few more uses of old-style templateData
by
[email protected]
· 13 years ago
0f5e57f5
Move chrome/browser/plugin_* to chrome/browser/plugins/
by
[email protected]
· 13 years ago
f19a9fa
Add a chrome://nacl page to show if NaCl is enabled and if PNaCl is installed.
by
[email protected]
· 13 years ago