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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hook up ScreenLocker to screen lock cros library.
oshima@chromium.org
2010-05-14
14
-24
/
+486
*
Add missing virtual functions for ChromeOS.
finnur@chromium.org
2010-05-14
2
-6
/
+8
*
Removing the app launcher button in the ChromeOS browser and making the app l...
jcivelli@chromium.org
2010-05-14
3
-56
/
+7
*
TBR:yusukes@chromium.org
suzhe@chromium.org
2010-05-14
1
-1
/
+8
*
Remove error message on login screen as soon as user starts typing.
dpolukhin@chromium.org
2010-05-14
4
-0
/
+9
*
fix build breakage
oshima@chromium.org
2010-05-14
1
-1
/
+0
*
Revert "Hook up ScreenLocker to screen lock cros library."
oshima@chromium.org
2010-05-14
15
-485
/
+25
*
Valgrind cond error fix. Initialize uninitialized member variable.
oshima@chromium.org
2010-05-14
1
-0
/
+1
*
Clear password filed on failed login.
dpolukhin@chromium.org
2010-05-14
3
-3
/
+11
*
Make the font size in the candidate window bigger.
satorux@chromium.org
2010-05-14
1
-4
/
+10
*
Hook up ScreenLocker to screen lock cros library.
oshima@chromium.org
2010-05-13
15
-25
/
+485
*
Refactors TabStrip code for better sharing between TabStrip and
sky@chromium.org
2010-05-13
2
-6
/
+3
*
Fix uninitialized mock_cryptohome_library_
oshima@chromium.org
2010-05-13
2
-5
/
+2
*
Make missing/wrong croslib nonfatal error.
dpolukhin@chromium.org
2010-05-13
1
-3
/
+6
*
Fix native dialog size regression
xiyuan@chromium.org
2010-05-13
1
-25
/
+38
*
Fix crash on login for debug version of Chrome.
nkostylev@google.com
2010-05-13
1
-3
/
+9
*
Don't prefill username on "Other user" screen.
nkostylev@google.com
2010-05-13
1
-7
/
+0
*
Show login error in bubble.
dpolukhin@chromium.org
2010-05-13
8
-24
/
+265
*
Refresh network combobox on locale change.
nkostylev@google.com
2010-05-13
3
-7
/
+11
*
Fix crash when opening "Select certificate file" in OOBE.
nkostylev@google.com
2010-05-13
10
-5
/
+54
*
Refine language preferences.
suzhe@chromium.org
2010-05-13
3
-32
/
+35
*
Switch to preferred XKB layout when current input method is changed.
yusukes@google.com
2010-05-13
2
-37
/
+7
*
Native dialogs need to send GTK_RESPONSE_DELETE_EVENT on close
davemoore@chromium.org
2010-05-13
1
-1
/
+1
*
Make boottime delay not block file thread
davemoore@chromium.org
2010-05-12
1
-9
/
+7
*
Second round of transition of Time to TimeTicks for histogramming
jar@chromium.org
2010-05-12
2
-2
/
+2
*
Use username and password in MockAuthenticator instead of authenticate_result...
oshima@chromium.org
2010-05-12
2
-17
/
+8
*
Fix build break caused by cros_deps/DEPS update (2nd try).
yusukes@chromium.org
2010-05-12
1
-4
/
+4
*
Fix build break caused by cros_deps/DEPS update.
yusukes@chromium.org
2010-05-12
1
-1
/
+1
*
Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.
estade@chromium.org
2010-05-11
2
-2
/
+5
*
Made the grab widget transparent so that label's background is same as backgr...
oshima@chromium.org
2010-05-11
1
-2
/
+2
*
Check in for njw@chromium.org:
chocobo@chromium.org
2010-05-11
3
-6
/
+38
*
Added an about:network page for ChromeOS.
chocobo@chromium.org
2010-05-11
3
-50
/
+192
*
Added AuthenticateToUnlock which is to be used for screen lock.
oshima@chromium.org
2010-05-11
15
-306
/
+179
*
Fix crash when switching to "Other user".
nkostylev@google.com
2010-05-11
2
-4
/
+15
*
Temporarily disabled the window position adjustment since it does not work fi...
yusukes@google.com
2010-05-11
1
-3
/
+6
*
Fix ChromeOS build (one missing #include).
phajdan.jr@chromium.org
2010-05-11
1
-0
/
+1
*
Remove the too chatty LOG(INFO):
yusukes@google.com
2010-05-11
1
-2
/
+0
*
Attempted ChromiumOS compile fix.
pkasting@chromium.org
2010-05-10
1
-3
/
+3
*
Add UpdateAndShowNotification API to BallonCollectionIml
oshima@chromium.org
2010-05-07
6
-39
/
+80
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
14
-14
/
+14
*
Refactor account creation screen.
nkostylev@google.com
2010-05-07
8
-243
/
+441
*
Tiny cleanup. Removed unnecessary RebuildModel() calls.
yusukes@chromium.org
2010-05-07
1
-7
/
+1
*
Hiding status area on welcome screen.
nkostylev@google.com
2010-05-07
4
-32
/
+66
*
Tiny cleanup. Remove an obsolete TODO.
yusukes@google.com
2010-05-07
1
-2
/
+0
*
Host cookie modal dialog and js modal modal dialog in NativeDialogHost
xiyuan@chromium.org
2010-05-06
2
-19
/
+75
*
Refactor WifiNetwork, CellularNetwork, and EthernetNetwork into classes to ma...
chocobo@chromium.org
2010-05-06
11
-283
/
+300
*
Allows browser tests to run with recent change
davemoore@chromium.org
2010-05-06
1
-0
/
+8
*
Add some defensive checks.
yusukes@chromium.org
2010-05-06
1
-5
/
+20
*
Add time for when chrome's main() is called.
davemoore@chromium.org
2010-05-05
3
-8
/
+40
*
This filters out all of the non-toplevel windows from the browser list
gspencer@chromium.org
2010-05-05
1
-28
/
+20
[next]