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
/
chromeos
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
cros: Fix uninitialized variable in ExtensionFileBrowserEventRouter
jamescook@chromium.org
2011-11-15
1
-1
/
+2
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Added refresh on filesystem change
zvorygin@chromium.org
2011-11-14
2
-32
/
+108
*
platform_util OpenItem/ShowItemInFolder threading fixes.
achuith@chromium.org
2011-11-11
1
-1
/
+1
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Replace NewRunnableMethod with Callback in FileBrowserEventRouter
achuith@chromium.org
2011-10-26
1
-8
/
+6
*
Replace Callback1 with base::Callback in MessageCallback.
achuith@chromium.org
2011-10-26
2
-4
/
+3
*
Stop using ExtensionInputMethodEventRouter as a singleton.
yusukes@chromium.org
2011-10-05
2
-18
/
+4
*
Don't show hidden devices in UI (exept from imageburner).
tbarzic@chromium.org
2011-10-04
1
-0
/
+4
*
Split an Observer class in InputMethodManager into two.
yusukes@chromium.org
2011-10-04
2
-17
/
+1
*
Do search for disk in OnMountCompleted only once.
tbarzic@chromium.org
2011-10-03
1
-4
/
+4
*
Revert 101485 - Added refresh on filesystem change
rlp@chromium.org
2011-09-16
2
-108
/
+32
*
Added refresh on filesystem change
zvorygin@chromium.org
2011-09-16
2
-32
/
+108
*
Plug memory leak in ExtensionFileBrowserEventRouter.
joaodasilva@chromium.org
2011-09-06
1
-1
/
+1
*
Extracting notification handling code in file_browser_event_router to separat...
tbarzic@chromium.org
2011-09-04
6
-148
/
+946
*
This is UI side unreadable device support.
sidor@chromium.org
2011-08-27
1
-11
/
+5
*
Show only one error notification per inserted mulitpartitioned usb card.
tbarzic@chromium.org
2011-08-25
1
-2
/
+5
*
Formatting error fix.
sidor@chromium.org
2011-08-24
2
-19
/
+27
*
UI changes to make fake mounting of corrupted devices possible.
sidor@chromium.org
2011-08-23
1
-1
/
+11
*
Revert Revert 94812 - Formatting feature initial commit for ChromeOS Tree
tbarzic@chromium.org
2011-08-12
2
-66
/
+140
*
Stopping using DiskChanged event for mount/unmount event processing in FileBr...
tbarzic@chromium.org
2011-08-11
2
-42
/
+53
*
Revert 94812 - Formatting feature initial commit for ChromeOS Tree
tbarzic@chromium.org
2011-08-08
2
-134
/
+66
*
Formatting feature initial commit for ChromeOS Tree
sidor@chromium.org
2011-07-30
2
-66
/
+134
*
Merged already reviewed CLs for r/o zip support in ChromeOS file browser:
zelidrag@chromium.org
2011-07-26
2
-1
/
+91
*
Revert 93838 - Merged already reviewed CLs for r/o zip support in ChromeOS fi...
zelidrag@chromium.org
2011-07-25
2
-91
/
+1
*
Merged already reviewed CLs for r/o zip support in ChromeOS file browser:
zelidrag@chromium.org
2011-07-25
2
-1
/
+91
*
Revert 93813 - Re-landing for tbarzic@ - r93754:
zelidrag@chromium.org
2011-07-24
2
-71
/
+1
*
Re-landing for tbarzic@ - r93754:
zelidrag@chromium.org
2011-07-23
2
-1
/
+71
*
Revert 93754 - Adding support for mount point different from removable device...
rniwa@chromium.org
2011-07-23
2
-71
/
+1
*
Adding support for mount point different from removable devices to MountLibrary
tbarzic@chromium.org
2011-07-23
2
-1
/
+71
*
Make file browser event router owned by the ExtensionService instead of a sin...
yoz@chromium.org
2011-07-21
2
-41
/
+23
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Adds extension API for getting/observing input method.
altimofeev@chromium.org
2011-07-14
2
-0
/
+186
*
Revert "Change many extension event routers to not be singletons and to be mo...
yoz@chromium.org
2011-06-25
1
-3
/
+1
*
Fix compile on ChromeOS. Revert "File browser: de-singleton"
yoz@chromium.org
2011-06-25
2
-10
/
+33
*
Change many extension event routers to not be singletons and to be more profi...
yoz@chromium.org
2011-06-25
2
-34
/
+13
*
Adding methods for unmounting a volume and fetching volume metadata to fileBr...
tbarzic@chromium.org
2011-06-16
1
-0
/
+1
*
Fixing Clang build break.
zelidrag@chromium.org
2011-06-02
1
-0
/
+1
*
Added folder watch calls to fileBrowserPrivate API. This changelist adds new ...
zelidrag@chromium.org
2011-06-02
2
-13
/
+191
*
Revert "Change event routers from singletons to being owned by the ExtensionS...
yoz@chromium.org
2011-05-27
2
-17
/
+32
*
Fix issue when mounting an entire USB drive without partition.
tbarzic@chromium.org
2011-05-27
1
-2
/
+3
*
Moving mediaplayer to the chrome filebrowser. Observable behaviour should not...
serya@google.com
2011-05-27
2
-0
/
+60
*
Change event routers from singletons to being owned by the ExtensionService.
yoz@chromium.org
2011-05-26
2
-32
/
+17
*
Fixed unmount event notification and its handling on UI side.
zelidrag@chromium.org
2011-05-10
1
-1
/
+1
*
Mount notification not showing up fix
tbarzic@chromium.org
2011-04-25
1
-1
/
+2
*
Landing http://codereview.chromium.org/6894022/ on behalf of dgozman@ since m...
zelidrag@chromium.org
2011-04-23
1
-1
/
+5
*
Added extra data to chrome.fileBrowserPrivate.onDiskChanged even payload that...
zelidrag@chromium.org
2011-04-22
2
-6
/
+40
*
Made full tab file browser to open automatically when a new disk device is pr...
zelidrag@chromium.org
2011-04-16
1
-3
/
+3
*
Hiding device notifications for devices that have been removed
tbarzic@chromium.org
2011-04-16
1
-0
/
+1
[next]