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
/
dom_ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix browser side handling of moveTo by resizing the content area; not...
erg@chromium.org
2010-03-24
2
-10
/
+5
*
Adding test for basic uses of mediaplayer.
dhg@chromium.org
2010-03-24
1
-0
/
+93
*
Implement chrome://plugins page that can disable plugins.
viettrungluu@chromium.org
2010-03-24
3
-1
/
+307
*
adding fullscreen support to the mediaplayer.
dhg@chromium.org
2010-03-24
2
-0
/
+15
*
Mocks for all libcros elements. Added library registry object that provides a...
zelidrag@chromium.org
2010-03-23
1
-3
/
+7
*
Add an initial implementation of net-internals inspector in javascript.
eroman@chromium.org
2010-03-23
1
-52
/
+171
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
3
-11
/
+13
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
1
-1
/
+1
*
Enable the incognito extension toggle by default. No more flag.
mpcomplete@chromium.org
2010-03-18
1
-5
/
+0
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
2
-2
/
+2
*
Change so that the extension favicon is read on the UI thread since extension...
arv@chromium.org
2010-03-17
3
-6
/
+3
*
Add a DOMUI datasource that will handle the net-internals page.
eroman@chromium.org
2010-03-17
3
-0
/
+368
*
Unify LocalStrings.
arv@chromium.org
2010-03-16
1
-1
/
+1
*
[GTTF] Make automation framework more solid by making sure that
phajdan.jr@chromium.org
2010-03-16
1
-3
/
+3
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
Show favicons for extensions.
arv@chromium.org
2010-03-12
2
-2
/
+12
*
Adding a hook to be a sink for media content in chrome.
dhg@chromium.org
2010-03-12
2
-2
/
+70
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
1
-1
/
+1
*
[GTTF] Add more NULL-checks to UI tests that were lacking them to avoid crash...
phajdan.jr@chromium.org
2010-03-11
1
-0
/
+4
*
Adding initial version of the mediaplayer. This only hooks into the system if...
dhg@chromium.org
2010-03-10
4
-0
/
+642
*
Fix few remaining issues with incognito extensions.
mpcomplete@chromium.org
2010-03-10
1
-0
/
+1
*
Fixing my localization laziness.
dhg@chromium.org
2010-03-09
1
-1
/
+32
*
chrome 5: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
4
-6
/
+12
*
Fixing extension install case. Changing the file browser to only get the lis...
dhg@chromium.org
2010-03-08
1
-3
/
+85
*
Fix missing favicon for chrome://extensions/
arv@chromium.org
2010-03-08
1
-0
/
+3
*
Next part of removing the dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-03-06
1
-0
/
+1
*
Pulls the latest googleurl to get the fix for
brettw@chromium.org
2010-03-06
1
-4
/
+1
*
Implement edit mode for history page.
jochen@chromium.org
2010-03-05
2
-47
/
+71
*
Refactor: Move the code that handles "chrome://net-internals/*" from the net ...
eroman@chromium.org
2010-03-04
1
-33
/
+3
*
Remove strings that are no longer used by the NTP.
arv@chromium.org
2010-03-03
1
-43
/
+0
*
Add command line option to use a tabbed bookmark manager.
arv@chromium.org
2010-03-03
3
-10
/
+119
*
Further tweaks to incognito extensions.
mpcomplete@chromium.org
2010-03-02
1
-0
/
+8
*
Fix browser side handling of moveTo by resizing the content area; not the win...
erg@chromium.org
2010-03-02
1
-3
/
+6
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-2
/
+4
*
This change makes incognito downloads show up in the downloads page of an inc...
estade@chromium.org
2010-02-24
1
-3
/
+2
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
7
-8
/
+8
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
13
-1
/
+13
*
Change hardcoded "chrome" scheme to constant.
jochen@chromium.org
2010-02-16
1
-9
/
+8
*
Adding deletion to filebrowser, adding pause/resume to shelf.
dhg@chromium.org
2010-02-12
1
-15
/
+120
*
Do not delete cookies when deleting history.
jochen@chromium.org
2010-02-11
1
-1
/
+0
*
Only show one FileBrowse pop up for the same folder
xiyuan@chromium.org
2010-02-10
2
-15
/
+42
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
4
-10
/
+10
*
Show the filebrowse ui rather than the download shelf in chromeos.
xiyuan@chromium.org
2010-02-05
2
-2
/
+34
*
Refactor chromeos cros files into subdir 'cros'
chocobo@chromium.org
2010-02-04
1
-1
/
+1
*
BSD port: another chunk of chrome/browser ifdef cleaning
pvalchev@google.com
2010-02-03
1
-4
/
+4
*
Replace GtkFileChooser with file browser for ChromeOS
xiyuan@chromium.org
2010-01-29
4
-121
/
+136
*
Revert previously disabled mac tests.
rohitrao@chromium.org
2010-01-29
1
-6
/
+0
*
DevTools: remove obsolete references to chrome://inspector/
yurys@chromium.org
2010-01-29
1
-7
/
+0
*
Disable NewTabUITest.HomePageLink
victorw@chromium.org
2010-01-29
1
-0
/
+3
[next]