Kkaiwang@chromium.orgMove cancelable_request.cc/h to chrome/browser/common.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Cleanup OWNERS file for the Safe Browsing Folder BUG=None TEST=None Review URL: http://codereview.chromium.org/7890013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101137 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add construction checksum to safe-browsing's BloomFilter. Intending to use this to track down suspected memory corruption. BUG=71832 TEST=none Review URL: https://chromiumcodereview.appspot.com/10818042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148299 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add construction checksum to safe-browsing's BloomFilter. Intending to use this to track down suspected memory corruption. BUG=71832 TEST=none Review URL: https://chromiumcodereview.appspot.com/10818042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148299 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add construction checksum to safe-browsing's BloomFilter. Intending to use this to track down suspected memory corruption. BUG=71832 TEST=none Review URL: https://chromiumcodereview.appspot.com/10818042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148299 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move cancelable_request.cc/h to chrome/browser/common. It is a commonly shared utility. Also move "!chrome/browser/browser_process.h" to test section in bookmarks/DEPS BUG=144783 Review URL: https://codereview.chromium.org/10958031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158151 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move cancelable_request.cc/h to chrome/browser/common. It is a commonly shared utility. Also move "!chrome/browser/browser_process.h" to test section in bookmarks/DEPS BUG=144783 Review URL: https://codereview.chromium.org/10958031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158151 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rework arguments of HistoryService::AddPage() In preparation for adding a timestamp to NavigationEntry, explicitly add a time argument to all variants of HistoryService::AddPage(). Make HistoryAddPageArgs a regular struct (i.e., not ref-counted). Add a default constructor for it. Make arguments to AddPage() match HistoryAddPageArgs constructor. Make HistoryBackend::AddPage avoid mutating its parameter. BUG=128449 TBR=joi@chromium.org Review URL: https://codereview.chromium.org/10963018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158063 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Include the HTTP status code as a feature in the ClientPhishingRequest. BUG=none TEST=BrowserFeatureExtractorTest Review URL: http://codereview.chromium.org/8400050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107867 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Change UTF8ToUTF16 to accept const StringPiece&. BUG=70936 TEST=All unit tests should pass. Review URL: http://codereview.chromium.org/6317016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72921 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup converting safe-browsing chunks to range list. Rewrite multiple helper functions to just go directly from the vector of chunks to the range string. BUG=none TEST=Unit tests green. Review URL: http://codereview.chromium.org/4588001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65271 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
Remove message_loop_helpers.h and update the includes to point to the new location. Note: This was a TODO for akalin@. This patch was generated by: $ find . -name '*.h' -o -name '*.cc' -o -name '*.mm' | xargs sed -i -e "s/base\/message_loop_helpers.h/base\/sequenced_task_runner_helpers.h/g" R=akalin@chromium.org TBR=willchan@chromium.org,ben@chromium.org,jam@chromium.org,tony@chromium.org Review URL: https://chromiumcodereview.appspot.com/10578026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143174 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Disable ClientSideDetectionHostTest.NavigationCancelsShouldClassifyUrl I had marked it flaky, but we don't do that anymore. BUG=134918 TEST= TBR=noelutz@chromium.org,mattm@chromium.org Review URL: https://chromiumcodereview.appspot.com/10695046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145018 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add API keys to SafeBrowsing client-side phishing and download verdict requests. Review URL: https://chromiumcodereview.appspot.com/10907225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156755 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add API keys to SafeBrowsing client-side phishing and download verdict requests. Review URL: https://chromiumcodereview.appspot.com/10907225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156755 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add API keys to SafeBrowsing client-side phishing and download verdict requests. Review URL: https://chromiumcodereview.appspot.com/10907225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156755 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add API keys to SafeBrowsing client-side phishing and download verdict requests. Review URL: https://chromiumcodereview.appspot.com/10907225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156755 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add API keys to SafeBrowsing client-side phishing and download verdict requests. Review URL: https://chromiumcodereview.appspot.com/10907225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156755 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add API keys to SafeBrowsing client-side phishing and download verdict requests. Review URL: https://chromiumcodereview.appspot.com/10907225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156755 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Render(View|Widget)Host and associated classes to content namespace. TBR=jam@chromium.org BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9600036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125388 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move content::URLFetcher static functions to net::URLFetcher Remove content::URLFetcher. Update all references. Add explicit dependency on content_common from browser, since template_url_fetcher.cc calls AssociateURLFetcherWithRenderView (there are probably other direct uses of content_common). BUG=118220 TEST= TBR=satorux@chromium.org,mnissler@chromium.org,mal@chromium.org,jhawkins@chromium.org,sky@chromium.org,rlp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10554008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142926 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Removing usage of profile_->GetHistory() from the codebase in order to remove that function. This was previously reverted, found not to be the cause of the issue, now I am reinstating the changes. BUG=97804 TEST=existing unittests TBR=shess@chromium.org Review URL: https://chromiumcodereview.appspot.com/10790035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147120 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rework arguments of HistoryService::AddPage() In preparation for adding a timestamp to NavigationEntry, explicitly add a time argument to all variants of HistoryService::AddPage(). Make HistoryAddPageArgs a regular struct (i.e., not ref-counted). Add a default constructor for it. Make arguments to AddPage() match HistoryAddPageArgs constructor. Make HistoryBackend::AddPage avoid mutating its parameter. BUG=128449 TBR=joi@chromium.org Review URL: https://codereview.chromium.org/10963018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158063 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Transition safe browsing from bloom filter to prefix set. If there is a saved prefix set file, use it and delete the bloom filter. Otherwise if there is a bloom filter file, use it until first update. On update, construct and write a prefix set file, and delete the bloom filter. BUG=71832 Review URL: https://chromiumcodereview.appspot.com/10896048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155543 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Strip out safe-browsing prefix-set checksumming code. Stripping out the instrumentation in preparation for landing code to transition from bloom filter to prefix set. The histograms indicate that virtually all of the detected problems can be explained by memory corruption, and it's reasonable to assume that the rest are, too (just in a form the tests didn't catch). BUG=71832 Review URL: https://chromiumcodereview.appspot.com/10892016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153816 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Transition safe browsing from bloom filter to prefix set. If there is a saved prefix set file, use it and delete the bloom filter. Otherwise if there is a bloom filter file, use it until first update. On update, construct and write a prefix set file, and delete the bloom filter. BUG=71832 Review URL: https://chromiumcodereview.appspot.com/10896048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155543 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use base::TimeDelta in SafeBrowsingProtocolManager. There were a fair number of manual conversions from seconds and milliseconds, and this seemed safer. Review URL: https://chromiumcodereview.appspot.com/10933047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156874 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use base::TimeDelta in SafeBrowsingProtocolManager. There were a fair number of manual conversions from seconds and milliseconds, and this seemed safer. Review URL: https://chromiumcodereview.appspot.com/10933047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156874 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use base::TimeDelta in SafeBrowsingProtocolManager. There were a fair number of manual conversions from seconds and milliseconds, and this seemed safer. Review URL: https://chromiumcodereview.appspot.com/10933047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156874 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use the correct remaining data length when parsing chunk headers. BUG=124853 TEST=SafeBrowsingProtocolParsingTest.TestTruncatedHeader Review URL: http://codereview.chromium.org/10216006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133867 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use the correct remaining data length when parsing chunk headers. BUG=124853 TEST=SafeBrowsingProtocolParsingTest.TestTruncatedHeader Review URL: http://codereview.chromium.org/10216006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133867 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
The optional Malware Details also collects HTTP cache information. See design doc for background (http://goo.gl/omvhq) BUG=None TEST=None Review URL: http://codereview.chromium.org/6611023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82070 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Safe Browsing phishing interstitial redesign. UI tweaks for both phishing and malware pages. BUG=148870,143999 Review URL: https://chromiumcodereview.appspot.com/10928173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156948 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Safebrowsing malware interstitial UI tweaks. BUG=143999,145319 Review URL: https://chromiumcodereview.appspot.com/10905117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155866 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Disable SafeBrowsingBlockingPageTest.MalwareRedirectCanceled, which fails on the Mac ASan bot with a use-after-free error in it. BUG=145482 TBR=mattm Review URL: https://chromiumcodereview.appspot.com/10912071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154735 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Safe Browsing malware interstitial redesign field trial. BUG=143999 Review URL: https://chromiumcodereview.appspot.com/10855260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152941 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Safe Browsing phishing interstitial redesign. UI tweaks for both phishing and malware pages. BUG=148870,143999 Review URL: https://chromiumcodereview.appspot.com/10928173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156948 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Safe Browsing malware interstitial redesign field trial. BUG=143999 Review URL: https://chromiumcodereview.appspot.com/10855260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152941 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Transition safe browsing from bloom filter to prefix set. If there is a saved prefix set file, use it and delete the bloom filter. Otherwise if there is a bloom filter file, use it until first update. On update, construct and write a prefix set file, and delete the bloom filter. BUG=71832 Review URL: https://chromiumcodereview.appspot.com/10896048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155543 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Transition safe browsing from bloom filter to prefix set. If there is a saved prefix set file, use it and delete the bloom filter. Otherwise if there is a bloom filter file, use it until first update. On update, construct and write a prefix set file, and delete the bloom filter. BUG=71832 Review URL: https://chromiumcodereview.appspot.com/10896048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155543 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Transition safe browsing from bloom filter to prefix set. If there is a saved prefix set file, use it and delete the bloom filter. Otherwise if there is a bloom filter file, use it until first update. On update, construct and write a prefix set file, and delete the bloom filter. BUG=71832 Review URL: https://chromiumcodereview.appspot.com/10896048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155543 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable safe browsing download check on ChromeOS For some reason this was disabled on ChromeOS, and we want to enable it (even though the files might actually not be dangerous on ChromeOS). BUG=chromium:127046 TEST=ran on device, tested against safe download testing site. Review URL: https://chromiumcodereview.appspot.com/10970023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157911 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use base::TimeDelta in SafeBrowsingProtocolManager. There were a fair number of manual conversions from seconds and milliseconds, and this seemed safer. Review URL: https://chromiumcodereview.appspot.com/10933047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156874 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Safe-browsing SBAddPrefix from vector to deque. During updates, a large vector of SBAddPrefix is used to make things more efficient. This may also be leading to memory fragmentation, because the vector for most users will be around 5MB. This converts std::vector<SBAddPrefix> uses to std::deque<SBAddPrefix>. SBAddPrefixContainer is used to make this indirect. The major bits of this are: - safe_browsing_store.cc helper functions templated on abstract containers rather than vectors of abstract items. - safe_browsing_store_file.cc I/O functions generalized to abstract containers rather than vectors of abstract items. [It also works for sets!] - Convert appropriate cases of iteration-by-index to iterators. Also revert the following two debuggin changes: r104974: Histogram large realloc in safe-browsing update. r105419: Precalculate total size for safe-browsing add_prefixes. BUG=99056 TEST=Tests, and monitor crash server. Review URL: http://codereview.chromium.org/8349018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107415 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Do not validity check safe-browsing store if not opened. In case of corruptions, the state of empty_ versus file_ may not be what was expected. BUG=124907 TEST=See bug. Review URL: http://codereview.chromium.org/10211013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133860 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Double-check safe-browsing database validity on update failure. A user reported a case where their safe-browsing database was not updating. Corrupt data in the add_chunks and sub_chunks area was causing a 413 server response (even though the post was not excessively large). This change explicitly checks the checksums, causing invalid databases to be reset. This case could happen if the user's computer crashes before a previous update was entirely committed to disk. In most cases, finalizing the next update would detect the corrupt data, but in this case he error response from the server prevented the corruption from being detected. BUG=120219 TEST=none Review URL: http://codereview.chromium.org/10093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133618 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Safe-browsing SBAddPrefix from vector to deque. During updates, a large vector of SBAddPrefix is used to make things more efficient. This may also be leading to memory fragmentation, because the vector for most users will be around 5MB. This converts std::vector<SBAddPrefix> uses to std::deque<SBAddPrefix>. SBAddPrefixContainer is used to make this indirect. The major bits of this are: - safe_browsing_store.cc helper functions templated on abstract containers rather than vectors of abstract items. - safe_browsing_store_file.cc I/O functions generalized to abstract containers rather than vectors of abstract items. [It also works for sets!] - Convert appropriate cases of iteration-by-index to iterators. Also revert the following two debuggin changes: r104974: Histogram large realloc in safe-browsing update. r105419: Precalculate total size for safe-browsing add_prefixes. BUG=99056 TEST=Tests, and monitor crash server. Review URL: http://codereview.chromium.org/8349018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107415 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Safe-browsing SBAddPrefix from vector to deque. During updates, a large vector of SBAddPrefix is used to make things more efficient. This may also be leading to memory fragmentation, because the vector for most users will be around 5MB. This converts std::vector<SBAddPrefix> uses to std::deque<SBAddPrefix>. SBAddPrefixContainer is used to make this indirect. The major bits of this are: - safe_browsing_store.cc helper functions templated on abstract containers rather than vectors of abstract items. - safe_browsing_store_file.cc I/O functions generalized to abstract containers rather than vectors of abstract items. [It also works for sets!] - Convert appropriate cases of iteration-by-index to iterators. Also revert the following two debuggin changes: r104974: Histogram large realloc in safe-browsing update. r105419: Precalculate total size for safe-browsing add_prefixes. BUG=99056 TEST=Tests, and monitor crash server. Review URL: http://codereview.chromium.org/8349018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107415 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
TabContentsWrapper -> TabContents, part 25. Safe Browsing. BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10539066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141274 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move PrefMember and PrefChangeRegistrar to api directory. This is the first step in breaking Autofill's concrete dependency on prefs. These two classes are essentially utilities with very small dependencies back to PrefService (which I will break in the next change, by introducing a virtual PrefServiceBase) so they are suitable for api. TBRing other owners for mechanical changes. TBR=ben@chromium.org BUG=140037 Review URL: https://chromiumcodereview.appspot.com/10857031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152544 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove some methods on InProcessBrowserTest that are no longer needed now that we have content_browsertests. Review URL: https://codereview.chromium.org/10965047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158122 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Stop including a continue URL for SafeBrowsing reports, to get the default confirmation page. BUG=125471 TEST=none Review URL: http://codereview.chromium.org/10268019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134647 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
iwyu: Include stringprintf.h where appropriate, part 2. BUG=82098 TEST=none R=thakis@chromium.org Review URL: http://codereview.chromium.org/7004007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85048 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Extract the certificate to use in the download protection pingback. Also sync the request protobuf with the server side, and make SignatureUtil mockable. BUG=102540 TEST=SignatureutilWinTest,DownloadProtectionServiceTest Review URL: http://codereview.chromium.org/8459001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108747 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fixing a crash when loading themes on Win8. Some structures have new fields, so we must make sure to zero them all upon initialization. Actually simple/safe enough for tbr... TBR=bryner@chromium.org BUG=141464 TEST=Make sure we can install a theme without crashing while running in Metro mode. Review URL: https://chromiumcodereview.appspot.com/10832293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151511 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Get all of the certificate data for downloads from the WinVerifyTrust result. This should speed up the certificate extraction significantly. BUG=102540 TEST=SignatureUtilWinTest.* pass Review URL: http://codereview.chromium.org/8528043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110151 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 |