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
/
common
/
extensions
/
extension_unpacker.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put manifest string constant declarations into separate header
groby@chromium.org
2012-03-23
1
-1
/
+1
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-2
/
+2
*
Break two classes defined in json_value_serializer.cc, .h into separate files.
bbudge@chromium.org
2012-02-26
1
-1
/
+1
*
Use less temporary extension IDs during pack and unpack.
jstritar@chromium.org
2012-02-15
1
-5
/
+5
*
Revert debug logging to ExtensionUnpackerTests. We have enough data.
mpcomplete@chromium.org
2012-01-23
1
-24
/
+3
*
Add conditional logging to ExtensionUnpacker to help debug crashes in unit
mpcomplete@chromium.org
2012-01-11
1
-2
/
+23
*
Updating extensions code to use UTF16
RDevlin.Cronin@gmail.com
2011-12-17
1
-1
/
+1
*
Enable experimental permissions for extensions from the store.
aa@chromium.org
2011-10-31
1
-4
/
+7
*
Convert chrome/common non-debug logs to debug logs.
brettw@chromium.org
2011-10-28
1
-1
/
+1
*
Put zip functions into 'zip' namespace.
satorux@chromium.org
2011-10-26
1
-1
/
+1
*
Move common_param_traits and webkit_param_traits to content/public/common.
jam@chromium.org
2011-10-21
1
-1
/
+1
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
1
-1
/
+1
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-2
/
+2
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-1
/
+1
*
Replace bools in extension creation with flags.
mihaip@chromium.org
2011-03-29
1
-2
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Move the rest of the content browser->renderer messages to content. Also mov...
jam@chromium.org
2011-03-23
1
-1
/
+1
*
Give a helpful warning message if a url patern contains a port.
skerner@chromium.org
2011-03-04
1
-1
/
+6
*
wstring: remove some simple instances of ToWStringHack
evan@chromium.org
2011-03-02
1
-6
/
+13
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-2
/
+2
*
chrome/common: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-10-31
1
-3
/
+4
*
Unrevert again r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-27
1
-6
/
+7
*
Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...
thakis@chromium.org
2010-10-26
1
-7
/
+6
*
Unrevert r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-6
/
+7
*
Revert r63919 "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-7
/
+6
*
Part 2 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-26
1
-6
/
+7
*
Convert LOG(INFO) to VLOG(1) - chrome/common/.
pkasting@chromium.org
2010-10-22
1
-1
/
+1
*
Remove logging for issue 35198.
skerner@chromium.org
2010-09-24
1
-27
/
+7
*
FBTF: Forward declare and move constructors in chrome/common/extensions/.
erg@google.com
2010-08-26
1
-4
/
+11
*
Remove remaining deprecated wstring methods from base/values.{cc,h}.
viettrungluu@chromium.org
2010-08-17
1
-2
/
+3
*
Loosen permission on extension temp dir when a flag is used.
skerner@chromium.org
2010-07-01
1
-2
/
+15
*
Revert 51231 - Loosen permission on extension temp dir when a flag is used.
skerner@chromium.org
2010-06-30
1
-15
/
+2
*
Loosen permission on extension temp dir when a flag is used.
skerner@chromium.org
2010-06-30
1
-2
/
+15
*
If CreateDirectory() fails during extension unpacking, log the exact OS call ...
skerner@chromium.org
2010-06-14
1
-3
/
+11
*
Unpack extensions inside chrome's profile directory.
skerner@chromium.org
2010-04-30
1
-15
/
+8
*
detect preferences errors
erikkay@chromium.org
2010-04-06
1
-2
/
+2
*
Make an error message verbose to investigate a un-reproducible bug.
tkent@chromium.org
2010-04-06
1
-2
/
+7
*
This looks like it was causing the pipe to sometimes overfill.
aa@chromium.org
2010-03-17
1
-4
/
+37
*
All platforms don't support same locales at the same time. Make locale check ...
cira@google.com
2010-03-09
1
-13
/
+9
*
Further reduce the bad dependency of chrome/common on chrome/browser.
phajdan.jr@chromium.org
2010-02-24
1
-1
/
+1
*
Extensions: file handling clean up.
estade@chromium.org
2009-12-18
1
-3
/
+3
*
Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...
cira@chromium.org
2009-11-18
1
-2
/
+72
*
Actually run directory validation code on install.
aa@chromium.org
2009-09-25
1
-1
/
+8
*
Apply a limit to the canvas size we will hand back to the browser.
cevans@chromium.org
2009-08-14
1
-1
/
+8
*
Pull a SandboxedExtensionUnpacker out of ExtensionsService.
aa@chromium.org
2009-07-28
1
-2
/
+2
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-1
/
+2
*
Refactor extension constants to improve readability, debugging, and to make i...
erikkay@chromium.org
2009-07-13
1
-2
/
+3
*
Verify signed .crx extension installations
rafaelw@chromium.org
2009-06-12
1
-118
/
+18
*
Revert "BUG=12114"
tc@google.com
2009-06-11
1
-18
/
+118
[next]