Commit Graph

219 Commits

Author SHA1 Message Date
Daniel Richard G.
ebbb3a2050 Bug 581628. We can end up in situations where mConnection is null due to our use of async proxies that eat error codes. r=sdwilsh, a=bzbarsky 2010-11-19 09:18:08 -05:00
Taras Glek
19161a1675 Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE r=asuth sr=shaver a=b6 2010-09-01 20:35:46 -05:00
Kyle Huey
0da3ad233c Bug 522770: Link directly to object files instead of intermediate static libs. Patch originally written by Ted Mielczarek. Checking into a CLOSED TREE as a bustage fix. reviews pending. 2010-08-01 01:48:21 -07:00
Benjamin Smedberg
369b5af165 Final merge and landing of bug 568691 and dependent bugs to mozilla-central on a CLOSED TREE.
* bug 568691, register XPCOM components statically using manifests. r=mossop, with some test and build stuff r=vlad,sdwilsh
* bug 573557, rename categories with spaces to use hypens. r=jst
* bug 573739, Don't get the private browsing service during layout module initialization, r=ehsan

This initial merge does not include some work planned to land imminently:
* The extension manager still restarts. I need to solve a problem re-reading default preferences from extensions.
* MOZ_OMNIJAR is broken: there is a patch which I need to update in bug 568691.
* I will concurrently land a mobile-browser fix for component registration, but it may require some additional packaging changes.
2010-07-01 14:26:25 -04:00
Taras Glek
05489fbe64 Bug 416330 - Suboptimal SQLite page size r=sdwilsh 2010-07-01 10:57:13 -07:00
Benjamin Smedberg
4eb44d9d34 Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes. 2010-06-22 12:59:15 -04:00
Shawn Wilsher
c73af80900 Backout of bug 416330 so we can freeze for the beta on a CLOSED TREE. 2010-06-28 16:31:47 -07:00
Shawn Wilsher
276d84c5f7 Bug 416330 - fix oranges. CLOSED TREE. a=zpao r=sdwilsh 2010-06-28 16:04:15 -07:00
Taras Glek
75dfc99991 Bug 416330 - Suboptimal SQLite page size r=sdwilsh 2010-06-28 12:13:26 -07:00
Chris Jones
7d3748b779 Backed out changeset c60e3e48ea38 2010-06-24 19:56:14 -05:00
Taras Glek
81d9f23ed1 Bug 416330 - Suboptimal SQLite page size r=sdwilsh 2010-06-24 16:39:24 -07:00
Michael Kohler
e4abd093dc Bug 564091: Fix spelling of nonexistent across the tree. r=timeless 2010-05-23 12:26:15 -07:00
Michael Kohler
61fec64afe Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Jeff Walden
c6cd3f6568 Bug 552560 - Remove support for __parent__. r=mrbkap 2010-04-11 13:51:00 -07:00
Mitchell Field
033ca6df32 Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov 2010-04-29 18:59:13 +02:00
L. David Baron
bae77daa8f Fix misspelling of implement. 2010-04-08 19:14:43 -07:00
David Dahl
7d46feff2c Bug 534079: Sub chunks are incorrectly applied in some cases. r=Tony Chang 2010-02-09 15:48:51 -08:00
Jae-Seong Lee-Russo
7f514ea6fe Bug 530386 - Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX in toolkit/components/url-classifier, r=tony 2009-12-30 18:28:45 -05:00
Serge Gautherie
b98f9f529c Bug 508025 - head_urlclassifier.js: s/streamCompleted/streamFinished/ (3rd time); (Av1).
r=dcamp.
2009-11-15 12:20:31 +01:00
Dão Gottwald
199e491c7b Bug 527347 - nsIScriptableUnicodeConverter::convertToByteArray aLen out param should be optional. r=smontagu 2009-11-12 11:07:00 +01:00
Blair McBride
b171b07315 Bug 503713 - safe browsing requests shouldn't be placed in disk cache, r=tony 2009-10-13 15:41:34 +02:00
Jae-Seong Lee
9dbe8568c6 Bug 521154 - xpcshell-tests: test_streamupdater hangs with 'strict' & 'werror' on, r=tony 2009-10-09 12:50:59 +02:00
Benjamin Smedberg
4ec69e1eff Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
Ted Mielczarek
886f30a24c bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh 2009-05-14 07:37:40 -04:00
Ted Mielczarek
114d157d21 Backed out changeset 9ddc25fb2246 - bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh - for test failures 2009-08-05 15:36:20 -04:00
Ted Mielczarek
d1eb2fade9 bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh 2009-05-14 07:37:40 -04:00
Dave Townsend
f6b0603fe9 Bug 497884: Intermittent failure in test_classifier.html and test_classifier_worker.html. r=sdwilsh 2009-06-17 11:47:08 +01:00
Dave Townsend
4b40c600ea Backed out temporary logging changeset 9a72a7036822 2009-06-13 10:10:36 +01:00
Dave Townsend
179fc9aca5 Bug 486489: Turn on url-classifier logging to track down the leak. r=ted 2009-06-12 15:51:37 +01:00
Dave Townsend
5aa503906c Bug 486489: Enable automated tests for url-classifier. r=ted 2009-06-12 12:16:59 +01:00
L. David Baron
fa4100d180 Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer 2009-05-06 13:46:04 -07:00
Shawn Wilsher
84597dbe21 Bug 489455 - Update URLClassifier to follow Safebrowsing spec
This makes us not change %00 to %01.
r=tony
2009-04-21 19:34:06 -04:00
Dave Camp
42283c98ca Bug 484063 - safeb request format wrong for tables with no existing data. r=tony 2009-04-07 10:51:46 +02:00
Dave Camp
8eee8e280e Bug 482073 - test_classifier.html issues leading to intermittent failures. r=waldo 2009-03-10 14:57:59 -07:00
Vladimir Vukicevic
42d27daec2 b=477727; fix unaligned access in URL classifier; r=dcamp,sr=stuart 2009-02-10 15:10:08 -08:00
Dave Camp
628056cb39 Bug 475632: properly update the classifier's clean fragment cache. r=tony 2009-02-09 22:40:39 -08:00
Dave Camp
83f9553b4f Bug 475436: reloading a blocked page would bypass blocking in some cases. r=tony 2009-02-09 22:40:39 -08:00
Fred Jendrzejewski
cbc6639bab Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg 2009-01-22 17:15:34 +13:00
Gavin Sharp
fb92249b48 Bug 471299: retry code and comments in nsUrlClassifierStore::WriteEntry are wrong, r=dcamp 2009-01-16 14:19:28 -05:00
Dave Camp
0dac133c45 Bug 473345: check DOM worker loads against the classifier. r=bent, sr=jonas 2009-01-14 23:41:32 -08:00
Dave Camp
a4e977e4bb Bug 441359: Check script and css loads against the classifier. r+sr=jonas 2009-01-13 23:13:48 -08:00
Phil Ringnalda
8b478bbc71 Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking 2009-01-15 20:02:21 -08:00
Dave Camp
d2734b7cd1 Backed out changeset 44890ee1d15f for leaks 2009-01-13 02:22:59 -08:00
Dave Camp
2f54589586 Bug 441359: Check script and css loads against the classifier. r+sr=jonas 2009-01-12 21:52:00 -08:00
Dave Camp
4781519cc4 Workaround the leaks exposed by the workaround in bug 472253. 2009-01-05 21:05:18 -08:00
Dave Camp
59af88ade9 Workaround for the bustage caused by bug 472253. 2009-01-05 20:12:30 -08:00
Dave Camp
2884fc6f49 Backed out changeset e31d0d3c28fd (bug 441359) 2009-01-05 01:27:51 -08:00
Dave Camp
45ee37f507 Bug 441359: Run scripts/css through the classifier. r+sr=sicking 2009-01-04 23:40:29 -08:00
Dave Camp
fc462f0dd0 Bug 439281: Handle lookup and expiration of safebrowsing subs by add chunk id rather than host key. r=tony 2008-10-19 20:48:25 -07:00
Dave Camp
5f834012eb Bug 453723: Short-circuit known-clean hosts in the url-classifier. r=tony 2008-10-19 20:07:46 -07:00