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
/
base
/
mac
/
mac_util.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac: Double clicking titlebar should zoom window on Yosemite.
erikchen
2014-10-24
1
-13
/
+0
*
Re-land "Replaces use of ProcessInformationCopyDictionary ..."
leng@chromium.org
2014-07-01
1
-18
/
+10
*
Revert 280679 "Replaces use of ProcessInformationCopyDictionary ..."
shrikant@chromium.org
2014-06-30
1
-11
/
+18
*
Replaces use of ProcessInformationCopyDictionary with GetProcessInformation.
leng@chromium.org
2014-06-30
1
-18
/
+11
*
Fixes "restore windows" behavior for users who have never changed it.
leng@chromium.org
2014-06-24
1
-5
/
+15
*
Respect "reopen windows..." system option by resuming session after reboot.
leng@chromium.org
2014-06-13
1
-0
/
+14
*
Update OS version functions.
avi@chromium.org
2014-06-12
1
-4
/
+17
*
Consolidate SDK forwards in sdk_forward_declarations.h.
avi@chromium.org
2014-06-07
1
-10
/
+1
*
Remove helper function that was needed only in 10.5.
avi@chromium.org
2013-10-27
1
-33
/
+0
*
Do not set process names in the Activity Monitor.
avi@chromium.org
2013-10-25
1
-90
/
+0
*
Darwin 13 is Mac OS X 10.9.
avi@chromium.org
2013-10-07
1
-1
/
+1
*
Update OS version functions.
avi@chromium.org
2013-10-02
1
-9
/
+16
*
mac: Update clients of scoped_nsobject.h.
thakis@chromium.org
2013-06-24
1
-8
/
+8
*
This CL fixes two bugs:
pkotwicz@chromium.org
2013-06-22
1
-0
/
+9
*
Cleanup: Remove ScopedGenericObj. Use scoped_ptr<type, CustomDeleter> instead.
thestig@chromium.org
2013-05-29
1
-28
/
+18
*
Enable WindowsApiProperties on mac by fixing DCHECK.
scheib@chromium.org
2013-04-12
1
-1
/
+7
*
Update comment on workaround with bug tracking info
avi@chromium.org
2013-04-04
1
-3
/
+5
*
Work around bug coming back from hiding menu bar with fullscreen.
avi@chromium.org
2013-04-04
1
-0
/
+21
*
base: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-30
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Move sys_string_conversions to base/strings.
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
Move string_number_conversions to base/strings.
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
Switch to Cocoa APIs for fullscreen.
avi@chromium.org
2013-01-24
1
-17
/
+17
*
Switch back to deprecated fullscreen APIs.
avi@chromium.org
2013-01-16
1
-17
/
+17
*
Rearchitecting the 'app mode' code on mac for v2 apps.
jeremya@chromium.org
2013-01-15
1
-0
/
+9
*
Switch to Cocoa APIs for fullscreen.
avi@chromium.org
2012-12-29
1
-17
/
+17
*
Revert 170800 - Speculatively reverting 166585 to see if it fixes issue 1603...
rtenneti@chromium.org
2012-12-04
1
-1
/
+1
*
Speculatively reverting 166585 to see if it fixes issue 160300 - 6% startup ...
rtenneti@chromium.org
2012-12-03
1
-1
/
+1
*
Add a histogram enum to determine the cat's flavor and how many bits there are
mark@chromium.org
2012-11-08
1
-1
/
+1
*
mac: Remove more 10.5-only code
thakis@chromium.org
2012-08-10
1
-13
/
+1
*
mac: Delete more 10.5-only code
thakis@chromium.org
2012-08-09
1
-13
/
+0
*
Remove all the OS X 10.6 SDK forward declarations.
rsesek@chromium.org
2012-07-18
1
-9
/
+0
*
Add preliminary OOM support for Mountain Lion.
avi@chromium.org
2012-03-14
1
-6
/
+0
*
[Mac] Add the OS version check functions for 10.8.
rsesek@chromium.org
2012-03-14
1
-2
/
+27
*
Worked around IOSurface related system lockups on dual NVIDIA/Intel GPU
kbr@chromium.org
2012-02-15
1
-0
/
+55
*
Add OSSTATUS_LOG API.
mark@chromium.org
2012-01-27
1
-9
/
+9
*
Transition to base/mac/bundle_locations.h step 3
jeremy@chromium.org
2012-01-25
1
-3
/
+4
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-19
1
-1
/
+4
*
Revert 114944 - Standardize StringToInt{,64} interface.
battre@chromium.org
2011-12-18
1
-4
/
+1
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-18
1
-1
/
+4
*
Revert 114929 - Standardize StringToInt{,64} interface.
rsleevi@chromium.org
2011-12-17
1
-4
/
+1
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-17
1
-1
/
+4
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-21
/
+21
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-21
/
+21
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-21
/
+21
*
cycle bots
thakis@chromium.org
2011-08-30
1
-1
/
+1
*
Mac Lion: Chrome opens new window on restart when no windows were previously ...
dhollowa@chromium.org
2011-08-10
1
-24
/
+29
*
Fix relaunches on the Mac.
mark@chromium.org
2011-06-24
1
-0
/
+20
*
Get rid of ClearByPathBackupExclusion.
mark@chromium.org
2011-06-20
1
-21
/
+0
[next]