Commit Graph

43575 Commits

Author SHA1 Message Date
Shawn Wilsher
b3114b1a4d Fix linux compilation issues. 2010-06-08 14:28:02 -07:00
Shawn Wilsher
c44caf7053 Fix the code so bent's test will no pass. 2010-06-08 10:49:06 -07:00
Ben Turner
0400b752ac Better cached statements 2010-06-05 15:16:00 -07:00
Ben Turner
82f1c80364 Implement index.openCursor 2010-06-04 18:48:12 -07:00
Ben Turner
9d69b39ada Consolidate some code 2010-06-04 13:47:36 -07:00
Ben Turner
71e4ee9067 Implement GetObject on indexes 2010-06-04 13:05:39 -07:00
Ben Turner
fa9133a880 Fix index tests 2010-06-04 12:37:35 -07:00
Shawn Wilsher
8cbd534e4e Write better 2010-06-04 12:05:17 -07:00
Shawn Wilsher
389e4ababd Better working index creation code.
--HG--
extra : rebase_source : dfef291a72d7cffe7a7ebf990296f4c28fff3c4d
2010-06-04 11:45:04 -07:00
Ben Turner
5f81d77125 Make add/modify update relevant indexes 2010-06-04 11:20:32 -07:00
Ben Turner
d0550dc311 Fix GetAddInfo 2010-06-04 10:39:17 -07:00
Shawn Wilsher
789b10bd19 Actually populate data on index creation. 2010-06-04 10:09:53 -07:00
Ben Turner
6e008467c2 Fix query error 2010-06-04 10:06:00 -07:00
Ben Turner
4639b819cb Add cached statements for updating indexes 2010-06-04 10:00:18 -07:00
Ehsan Akhgari
d3d7087d3a Bug 529922 - Make sure that delayedStartup has run, therefore the test is valid; r=gavin 2010-06-03 21:31:07 -04:00
Ehsan Akhgari
510f052404 Bug 571018 - Intermittent failure in docshell/base/crashtests/432114-2.html | assertion count 2 is more than expected 0 to 1 assertions; r=jruderman
--HG--
extra : rebase_source : 2b11ede67bd47e7ebe71116ae6e00eac600d3baa
2010-06-09 14:26:44 -04:00
Ehsan Akhgari
8c018044af Bug 570624 - "ASSERTION: called nsGenericElement::SetText"; r=roc
--HG--
extra : rebase_source : 24d41a8eccef1c6d8b3adc6a04ca1a20912263ef
2010-06-09 14:14:42 -04:00
Ehsan Akhgari
f1bf233213 Bug 570417 - All content iterators need to take part in cycle collection; r=jst
--HG--
extra : rebase_source : 9681fd61ea2fbaf376390ce85b8cb3c3d040c098
2010-06-08 00:31:44 -04:00
Ehsan Akhgari
80e08706f6 Bug 570657 - Make the order of releasing objects and removing them in nsCOMArray's consistent; r=shaver
--HG--
extra : rebase_source : 16f05bbfbd31bc01e0545af111dc4e4adbac8e33
2010-06-09 14:13:16 -04:00
Robert Longson
ae845283fd Bug 569463 - Stop coverity complaining about GetParsedAttr call in RebuildPathAndVerticesFromMpathElem. r=jwatt 2010-06-09 20:13:03 +01:00
Mats Palmgren
de79a2cde9 Make nsTransferable::GetTransferData assign the out params even when it returns an error since some callers depend on it (regression fix). b=565392 r=dbaron 2010-06-09 21:08:09 +02:00
Mats Palmgren
1a73791960 Null-check frame (which is needed when bounds width/height is zero) and clamp negative values to zero. b=570884 r=josh 2010-06-09 21:07:41 +02:00
Robert Longson
32ed8c2967 Bug 570354 - CSS mapping missing for link elements. r=jwatt 2010-06-09 19:53:40 +01:00
Matt Brubeck
c409e031e7 Bug 570440 - disable-javaxpcom not recognized after configure.in change. r=bsmedberg 2010-06-08 12:45:00 +10:00
Ben Hearsum
2c120f8161 Added tag UPDATE_PACKAGING_R11 for changeset 138f593553b6 2010-06-09 12:56:30 -04:00
Sid Stamm
4b4cc04a97 Bug 553180 - remove Try Again button from CSP frame-ancestors error page, r=jst, ui-review=johnath 2010-06-09 09:48:44 -07:00
Sid Stamm
f897b89906 Bug 555068 - make CSP frame-ancestors be explictly opt-in, r=dveditz 2010-06-09 09:48:42 -07:00
Sid Stamm
c3a2fc649a Bug 570017 - allow report-uri with dotless host, r=dveditz 2010-06-09 09:48:39 -07:00
Brandon Sterne
26d596badc Bug 569610 - fix CSP report Content-Type, r=sstamm 2010-06-09 09:48:21 -07:00
Olli Pettay
16dbd84bda Bug 538195, null check JSObject when creating XULProtos, r=peterv 2010-06-09 19:10:49 +03:00
Bas Schouten
0ecde635a1 Some whitespace fixes. 2010-06-09 17:50:05 +02:00
Bas Schouten
bf92a528d3 Bug 568495: Do not push cleartype for transparent window surfaces. r=jrmuizel 2010-06-09 17:50:03 +02:00
Bas Schouten
199e0ae97d Bug 555353: Clear D2D surface before starting draw operations. r=jmathies 2010-06-09 17:50:01 +02:00
Shawn Wilsher
39bcbf8ab0 Gather the data to populate indexes on index creation.
--HG--
extra : rebase_source : 6bba623dc9bd1e5fdebe36252e2d05e50441b2e1
2010-06-03 17:28:37 -07:00
Ben Turner
65d06f7dc7 Get info to update index information for add/modify 2010-06-03 17:18:58 -07:00
Shawn Wilsher
5e6370e39d Update indexes should indicate that it's not done yet... 2010-06-03 16:33:54 -07:00
Ben Turner
76b1aa1503 Fix 2010-06-03 16:39:59 -07:00
Ben Turner
5e636aa26a Add helper for retrieving KeyPath value from JSON 2010-06-03 16:32:59 -07:00
Shawn Wilsher
4b0375736e Building blocks to support index updating.
--HG--
extra : rebase_source : 1859aa9be8b7ec08a281b484abbbb5f56bcec59a
2010-06-03 15:53:41 -07:00
Ben Turner
7a160c6467 Add index.get(), and test 2010-06-03 15:59:08 -07:00
Ben Turner
52ebfc7c4d Add helper for JSON 2010-06-03 15:42:52 -07:00
Ben Turner
f15c9f08b3 Fix test
--HG--
extra : rebase_source : 4afa91dbbea34da1f9de5c8e7e0de3de075000c7
2010-06-03 14:29:26 -07:00
Shawn Wilsher
422a351065 Remove unneeded method
--HG--
extra : rebase_source : 63458dadaadd9fc04d97c4319bb7893890cf77d4
2010-06-03 14:04:13 -07:00
Ben Turner
2b17bac168 Add IndexInfo 2010-06-03 13:58:18 -07:00
Shawn Wilsher
f2880ba0eb Add queries for getObject. 2010-06-03 11:37:55 -07:00
Shawn Wilsher
b7114151e6 Add cached statements for getting on an index. 2010-06-03 10:55:37 -07:00
Ben Turner
091aa39c38 Fix add twice failures 2010-06-03 10:47:07 -07:00
Ben Turner
3ff06db89e DOMClassInfo for indexes 2010-06-02 22:11:48 -07:00
Ben Turner
ed34b07500 Fix savepoint rollback code 2010-06-02 20:08:23 -07:00
Ben Turner
86cff3e357 Implement Remove on cursors 2010-06-02 19:52:52 -07:00