summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Collapse)AuthorAgeFilesLines
* Add hasListener/hasListeners to webRequestEventsjochen@chromium.org2011-08-021-0/+10
| | | | | | | | | | BUG=none TEST=ExtensionApiTest.WebRequestEvents Review URL: http://codereview.chromium.org/7542010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95151 0039d316-1c4b-4281-b951-d872f2087c98
* Don't reset blocked content for in-page navigations.bauerb@chromium.org2011-08-022-6/+41
| | | | | | | | | | BUG=91335 TEST=see bug Review URL: http://codereview.chromium.org/7551007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95110 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function ↵kmadhusu@chromium.org2011-08-025-34/+10
| | | | | | | | | | | | | and |page_slot| from PrintMsg_PrintPage_Params. We will not add preview pages to the complete metafile in out of order fashion. BUG=none TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7549001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95092 0039d316-1c4b-4281-b951-d872f2087c98
* Show display warning if the form is autocomplete off.Takano.Naoki@gmail.com2011-08-022-18/+33
| | | | | | | | | | | | | | | Show display warning if the form is autocomplete off. Need WebKit side patch. https://bugs.webkit.org/show_bug.cgi?id=65304 BUG=63553 TEST=1,Make form with autocomplete="off", make sure the warning message is shown. 2, Make form with field with autocomple="off", make sure the warning message is not shown. Review URL: http://codereview.chromium.org/7514003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95058 0039d316-1c4b-4281-b951-d872f2087c98
* Preload with RVH/RV messaging instead of NOTIFICATION_NAV_ENTRY_COMMITTED.scr@chromium.org2011-08-022-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is the first working version using a preload message in the style of viewsource. NOTIFICATION_NAV_ENTRY_COMMITTED was too late as it was after the navigate command was sent and was a race condition to inject before the onload ran. Basic gist of this patch is: - Wait for RVH creation by listening for NOTIFICATION_RENDER_VIEW_HOST_CREATED. Since this is called from constructor, we must listen to AllSources() and assume the next RVH creation is ours. This is controlled test case, so we're probably ok. - When RenderViewHostInitialized, call the OnJsInjectionReady passing the RVH. JsInjectionReadyObserver should now use that RVH to Send a ViewMsg_WebUIJavascript message to register javascript to preload. - the ChromeRenderViewObserver will stash the javascript and load it when DidStartLoading. BUG=90476 TEST=browser_tests --gtest_filter=PrintPreview*WebUI*.* Review URL: http://codereview.chromium.org/7531029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95048 0039d316-1c4b-4281-b951-d872f2087c98
* Improve Autofill heuristics when detecting labels from previous elements.isherman@chromium.org2011-08-021-111/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | Support HTML like """Name <span class="required">*</span> <input type="text" name="name">""" Of course, pull at a thread and... Other changes also included to avoid regressions: * When parsing address fields for heuristics, we try to skip over unlabeled fields in the middle of an address. Updated the code not to also skip over unlabeled fields at the *end* of an address, as these might be part of a different section entirely. * Tighten the credit card number regex to require the word "card". * Add "csc" to the credit card security code regex. * When inferring labels based on <div> structure, be willing to scan up the tree past the closest parent that is a <div>. * Also when inferring labels based on <div> structure, we previously would only stop early if we were about to escape from a <table> element. Also stop early if we are about to escape from a <fieldset> element. If we see either of these elements, we expect the field label to be contained with the element. * Allow <label> elements to misuse the 'for' attribute to specify the element's name rather than its id. BUG=87517 TEST=browser_tests --gtest_filter=FormStructureBrowserTest.DataDrivenHeuristics* Review URL: http://codereview.chromium.org/7531023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95019 0039d316-1c4b-4281-b951-d872f2087c98
* Remove --enable-remoting flag.sergeyu@chromium.org2011-08-011-8/+2
| | | | | | | | | BUG=91256 TEST=None Review URL: http://codereview.chromium.org/7545018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94996 0039d316-1c4b-4281-b951-d872f2087c98
* Move more files from chrome/test to chrome/test/base, part #5phajdan.jr@chromium.org2011-08-019-9/+9
| | | | | | | BUG=90905 Review URL: http://codereview.chromium.org/7537033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94995 0039d316-1c4b-4281-b951-d872f2087c98
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-012-8/+9
| | | | | | | | | | | | | | | | | | | proxy. This does not, however, actually use these in the proxy yet, I'll do that in a subsequent pass. ObjectVar is now renamed NPObjectVar and continues to be in webkit/plugins since it uses NPObjects. There will be a corresponding future class in the proxy for proxied objects. The TryCatch that was in var.h is now in npapi_glue.h Most of the rest of the change is updating namespaces. TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/7488062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94986 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 94830 - Fails on ChromiumOS bots.rsleevi@chromium.org2011-07-301-4/+3
| | | | | | | | | | | | | | | | | | When determining whether or not to swap processes on navigation, check the top frame's URL. Otherwise having an inner frame that matches the app's extent could mean that the process is not swapped, even if we're not in an app process. BUG=89272 TEST=no R=creis@chromium.org Review URL: http://codereview.chromium.org/7537014 TBR=mihaip@chromium.org Review URL: http://codereview.chromium.org/7544002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94843 0039d316-1c4b-4281-b951-d872f2087c98
* When determining whether or not to swap processes on navigation, check the ↵mihaip@chromium.org2011-07-301-3/+4
| | | | | | | | | | | | | | | | top frame's URL. Otherwise having an inner frame that matches the app's extent could mean that the process is not swapped, even if we're not in an app process. BUG=89272 TEST=no R=creis@chromium.org Review URL: http://codereview.chromium.org/7537014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94830 0039d316-1c4b-4281-b951-d872f2087c98
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-292-2/+2
| | | | | | | BUG=90905 Review URL: http://codereview.chromium.org/7541001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94780 0039d316-1c4b-4281-b951-d872f2087c98
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-1/+0
| | | | | | | BUG=90905 Review URL: http://codereview.chromium.org/7532034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94720 0039d316-1c4b-4281-b951-d872f2087c98
* Fix MockPrinter on Skia-Mac.vandebo@chromium.org2011-07-281-0/+4
| | | | | | | | | | BUG=NONE TEST=PrintWebViewHelperTest.PrintLayoutTest passes Review URL: http://codereview.chromium.org/7480048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94580 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Retry 92587 - Quick patch to give better error messages for async ↵mpcomplete@chromium.org2011-07-281-4/+1
| | | | | | | | | | | | | extension API" Now ExtensionApiTest.TtsChromeOs is failing. BUG=no TEST=no Review URL: http://codereview.chromium.org/7530016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94577 0039d316-1c4b-4281-b951-d872f2087c98
* Retry 92587 - Quick patch to give better error messages for async extension APImpcomplete@chromium.org2011-07-281-1/+4
| | | | | | | | | | | | | calls. It was reverted after causing flakiness in ExtensionWebstorePrivateApiTest.InstallAccepted. I am no longer able to reproduce the failure locally, so I'm hoping it was an issue with some other piece of code that has since been fixed. BUG=no TEST=no Review URL: http://codereview.chromium.org/7477028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94544 0039d316-1c4b-4281-b951-d872f2087c98
* Switch from WebDocument::insertStyleText to ::insertUserStyleSheet for ↵mihaip@chromium.org2011-07-281-2/+5
| | | | | | | | | | | | | | | | | | | | | programatic CSS injection. Inserting CSS as a user stylesheet is both consistent with content script injection and better for compatibility, since it does not affect the page's DOM. Removes the other call of insertStyleText (for infobar CSS injection), thus it should be possible to remove it after a WebKit roll. Depends on http://webkit.org/b/65158 BUG=82220 TEST=no R=mpcomplete@chromium.org Review URL: http://codereview.chromium.org/7517001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94499 0039d316-1c4b-4281-b951-d872f2087c98
* Add more stats.cevans@chromium.org2011-07-281-2/+63
| | | | | | | BUG=90781 Review URL: http://codereview.chromium.org/7522011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94421 0039d316-1c4b-4281-b951-d872f2087c98
* Be more selective when looking for a "div table" structure to infer Autofill ↵isherman@chromium.org2011-07-281-1/+3
| | | | | | | | | | | | | | labels. In particular, if the <input> element is in an actual <table>, do not try to infer its label from a "div table". BUG=90472 TEST=browser_tests --gtest_filter=FormStructureBrowserTest.DataDrivenHeuristics11 Review URL: http://codereview.chromium.org/7477026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94408 0039d316-1c4b-4281-b951-d872f2087c98
* Made code changes to support print preview pipeline on windows.kmadhusu@chromium.org2011-07-272-12/+10
| | | | | | | | | | BUG=88762 TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7461096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94372 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land the experimental permissions API for extensions.jstritar@chromium.org2011-07-274-2/+24
| | | | | | | | | | | | | The permissions API lets extensions specify optional permissions in their manifest that they can request at run-time. It currently supports API permissions through a white-list. Host permissions will come later. This also fixes some clang errors from the previous attempt. BUG=48119, 70466, 84507 TEST=*Extension* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94288 Review URL: http://codereview.chromium.org/7432006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94326 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 94288 - Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-274-24/+2
| | | | | | | | | | | | | The permissions API lets extensions specify optional permissions in their manifest that they can request at run-time. It currently supports API permissions through a white-list. Host permissions will come later. BUG=48119, 70466, 84507 TEST=*Extension* Review URL: http://codereview.chromium.org/7432006 TBR=jstritar@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94289 0039d316-1c4b-4281-b951-d872f2087c98
* Add an experimental permissions API for extensions.jstritar@chromium.org2011-07-274-2/+24
| | | | | | | | | | | The permissions API lets extensions specify optional permissions in their manifest that they can request at run-time. It currently supports API permissions through a white-list. Host permissions will come later. BUG=48119, 70466, 84507 TEST=*Extension* Review URL: http://codereview.chromium.org/7432006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94288 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup for post-commit comments for r93943.ctguil@chromium.org2011-07-271-3/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7517002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94222 0039d316-1c4b-4281-b951-d872f2087c98
* Skip over comment nodes for Autofill label scraping.isherman@chromium.org2011-07-261-0/+4
| | | | | | | | | | BUG=71891 TEST=browser_tests --gtest_filter=FormStructureBrowserTest.DataDrivenHeuristics* Review URL: http://codereview.chromium.org/7488036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94188 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chrome.test.checkDeepEq to cope with null objectsjochen@chromium.org2011-07-261-0/+3
| | | | | | | | | | BUG=none TEST=I've put an api test in your api tests, so you can test your api while testing your api Review URL: http://codereview.chromium.org/7514004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94089 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: backend changes to support pipelining.vandebo@chromium.org2011-07-268-49/+174
| | | | | | | | | | | | | Previous review comments: http://codereview.chromium.org/7395016/ http://codereview.chromium.org/7210042/ BUG=88762 TEST=NONE Review URL: http://codereview.chromium.org/7495003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94066 0039d316-1c4b-4281-b951-d872f2087c98
* Change printing code to minimize the number of page reflows (3 to 1-2).vandebo@chromium.org2011-07-263-85/+157
| | | | | | | | | BUG=83894 TEST=NONE Review URL: http://codereview.chromium.org/7513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94052 0039d316-1c4b-4281-b951-d872f2087c98
* Merged already reviewed CLs for r/o zip support in ChromeOS file browser:zelidrag@chromium.org2011-07-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Re-landing http://codereview.chromium.org/7457001: Adding support for mount point different from removable devices to MountLibrary (work in progress..have to add GetMountPoints support) tested on ChromeOS with these three patches: http://gerrit.chromium.org/gerrit/#change,4447 http://gerrit.chromium.org/gerrit/#change,4449 http://gerrit.chromium.org/gerrit/#change,4544 http://codereview.chromium.org/7471039/: UI for mounting/unmounting archive files. BUG=chromium-os:17673, chromium-os:17783 TEST=Made sure mounting devices still works and that MountCompleted event gets through to file_browser_event_router (checking ui and chrome logs for mount completed entries) TBR=tbarzic, dgozman Review URL: http://codereview.chromium.org/7488044 Review URL: http://codereview.chromium.org/7502010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94008 0039d316-1c4b-4281-b951-d872f2087c98
* Add OVERRIDE annotation to safebrowsing classes.mattm@chromium.org2011-07-253-8/+8
| | | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7495021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93951 0039d316-1c4b-4281-b951-d872f2087c98
* Added a struct to hold page sizes and margins.aayushkumar@chromium.org2011-07-254-88/+68
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7492031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93943 0039d316-1c4b-4281-b951-d872f2087c98
* Remove most of the remaining chrome dependencies from the save code. I have ↵jam@chromium.org2011-07-252-82/+0
| | | | | | | | | a different change for URLFixerUpper, and the prefs will be done in a future change. BUG=82782 Review URL: http://codereview.chromium.org/7461017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93909 0039d316-1c4b-4281-b951-d872f2087c98
* Collect stats to confirm the suspicion that Google Reader might be the lastcevans@chromium.org2011-07-251-2/+17
| | | | | | | big source of mixed scripting. Review URL: http://codereview.chromium.org/7493001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93851 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 93838 - Merged already reviewed CLs for r/o zip support in ChromeOS ↵zelidrag@chromium.org2011-07-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | file browser: Re-landing http://codereview.chromium.org/7457001: Adding support for mount point different from removable devices to MountLibrary (work in progress..have to add GetMountPoints support) tested on ChromeOS with these three patches: http://gerrit.chromium.org/gerrit/#change,4447 http://gerrit.chromium.org/gerrit/#change,4449 http://gerrit.chromium.org/gerrit/#change,4544 http://codereview.chromium.org/7471039/: UI for mounting/unmounting archive files. BUG=chromium-os:17673, chromium-os:17783 TEST=Made sure mounting devices still works and that MountCompleted event gets through to file_browser_event_router (checking ui and chrome logs for mount completed entries) TBR=tbarzic, dgozman Review URL: http://codereview.chromium.org/7488044 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/7495024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93849 0039d316-1c4b-4281-b951-d872f2087c98
* Merged already reviewed CLs for r/o zip support in ChromeOS file browser:zelidrag@chromium.org2011-07-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Re-landing http://codereview.chromium.org/7457001: Adding support for mount point different from removable devices to MountLibrary (work in progress..have to add GetMountPoints support) tested on ChromeOS with these three patches: http://gerrit.chromium.org/gerrit/#change,4447 http://gerrit.chromium.org/gerrit/#change,4449 http://gerrit.chromium.org/gerrit/#change,4544 http://codereview.chromium.org/7471039/: UI for mounting/unmounting archive files. BUG=chromium-os:17673, chromium-os:17783 TEST=Made sure mounting devices still works and that MountCompleted event gets through to file_browser_event_router (checking ui and chrome logs for mount completed entries) TBR=tbarzic, dgozman Review URL: http://codereview.chromium.org/7488044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93838 0039d316-1c4b-4281-b951-d872f2087c98
* Make Metafile::StartPageForVectorCanvas take the page number as an argument.vandebo@chromium.org2011-07-233-3/+4
| | | | | | | | | | | | | This will let us add pages to a metafile out of order for print preview. Also, make PdfMetafileSkia::GetMetafileForCurrentPage use draft mode, now that it's available. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7481019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93763 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issues with cloud printers only getting first page of a doc in print ↵abodenha@chromium.org2011-07-232-49/+1
| | | | | | | | | | | | | | | | | | preview. Restructures settings handling code to share more code with the traditional print path. Modifies backends to treat cloud printers the same as printing to PDF. This change also (incidently) causes parsing of page ranges to work correctly. BUG=http://code.google.com/p/chromium-os/issues/detail?id=16082 TEST=Load print preview dialog with cloud print enabled on a document with multiple pages. All pages should appear in the preview when a GCP printer is selected. Review URL: http://codereview.chromium.org/7490001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93750 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: move DevToolsAgent/Client into content.pfeldman@chromium.org2011-07-227-609/+0
| | | | | | | | | BUG=84078 TEST= Review URL: http://codereview.chromium.org/7461019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93596 0039d316-1c4b-4281-b951-d872f2087c98
* Enable PrintPreview by default on Macscr@chromium.org2011-07-221-2/+2
| | | | | | | | | | | | | | | FYI, this rolls back changes made in http://codereview.chromium.org/7080040/ to disable Mac for M13, plus does changes to print_preview.js (WebUI tests). BUG=84500 R=vandebo@chromium.org TEST=trybots Review URL: http://codereview.chromium.org/7486016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93581 0039d316-1c4b-4281-b951-d872f2087c98
* Allow NaCl plugin to be created if .nexe is part of CWS extension.bbudge@chromium.org2011-07-221-0/+50
| | | | | | Review URL: http://codereview.chromium.org/7346036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93536 0039d316-1c4b-4281-b951-d872f2087c98
* If we show a SafeBrowsing warning we always send the client-side detectionnoelutz@google.com2011-07-222-13/+12
| | | | | | | | | | | | | ping back to the server. That will be used to detect client-side false negatives as well as help us train a model for FakeAV pages. BUG= TEST= Review URL: http://codereview.chromium.org/7408001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93534 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Printing with the system dialog should print the same frame/node.thestig@chromium.org2011-07-222-0/+22
| | | | | | | | | BUG=none TEST=Right click on an embedded PDF, print, print with system dialog. This should generate the same output as the initial preview. Review URL: http://codereview.chromium.org/7395028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93525 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for collecting anonymous UMA stats for missing plugins.tbarzic@chromium.org2011-07-216-0/+502
| | | | | | | | | | | | | | | We keep track of: * Windows media player (appluication/x-mplayer2) * Silverlight (application/x-silverlight*) * RealPlayer (audio/x-pn-realaudio*) * Java (application/x-java-applet) * QuickTime (video/quicktime) TEST=Ran PluginUMATest.* unit_test BUG=chromium-os:16696 Review URL: http://codereview.chromium.org/7351023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93426 0039d316-1c4b-4281-b951-d872f2087c98
* Add a couple more SSL sites to the mixed content histogram.cevans@chromium.org2011-07-211-0/+22
| | | | | | Review URL: http://codereview.chromium.org/7472020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93305 0039d316-1c4b-4281-b951-d872f2087c98
* Move the tts and ttsEngine APIs out of experimental, and givedmazzoni@chromium.org2011-07-202-10/+10
| | | | | | | | | | | | | | them new explicit permissions and install warning messages. Also change the hidden event ttsEngine.onEvent to tts.onEvent, which is where it belongs because it's sent to clients who call tts.speak and has nothing to do with engines. BUG=none TEST=none Review URL: http://codereview.chromium.org/7258007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93232 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue in print preview where selecting a cloud printer does not generate ↵abodenha@chromium.org2011-07-202-4/+19
| | | | | | | | | | | | | | | | | | a new preview. Adds handling of the request ID to PrintWebViewHelper::UpdatePrintSettingsCloud BUG=http://code.google.com/p/chromium-os/issues/detail?id=16082 TEST=Run chrome with --enable-cloud-printers and --enable-print-preview. Open a web page and hit ctrl-p to open print preview Select a cloud printer from the dropdown. You should get a preview. Review URL: http://codereview.chromium.org/7461014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93215 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed DevTools agentIdentifierPrefix to processIdvsevik@chromium.org2011-07-201-2/+2
| | | | | | | | BUG=None Review URL: http://codereview.chromium.org/7396031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93183 0039d316-1c4b-4281-b951-d872f2087c98
* Limit the number of fields we are willing to parse for Autofill to 100.isherman@chromium.org2011-07-201-2/+5
| | | | | | | | | | | | | This is the limit the crowdsourcing server imposes. Data collected via Google Feedback indicates that this is a reasonable limit. Previously, we limited the number of fields to 1000, just to avoid DOS. BUG=none TEST=none Review URL: http://codereview.chromium.org/7459005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93166 0039d316-1c4b-4281-b951-d872f2087c98
* some cleanup for base/stl_utildilmah@chromium.org2011-07-192-2/+2
| | | | | | | | | | | | | removed unused/irrelevant functions removed irrelevant comments Moved stl_util-inl.h => stl_util.h BUG=None TEST=None Review URL: http://codereview.chromium.org/7342047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93110 0039d316-1c4b-4281-b951-d872f2087c98
* Move MHTML code to content, now that download code is moving there.jam@chromium.org2011-07-193-99/+0
| | | | | | | BUG=82782 Review URL: http://codereview.chromium.org/7396029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93041 0039d316-1c4b-4281-b951-d872f2087c98