Boris Zbarsky
e73857359a
Add a faster method for iterating the nsIContent children of an
...
nsINode if we know that there will be no DOM mutations of any sort
during the iteration. Bug 429744, r+sr=jst
2008-07-11 16:42:19 -04:00
Vladimir Vukicevic
8e6047ac2b
b=443693, check png info callback correctly; r=joe
2008-07-11 13:52:30 -07:00
Ehsan Akhgari
c6166c6f58
Bug 432529 – Left/Bottom padding of identity contextual dialog is a bit too wide, r=dao
2008-07-11 22:40:35 +02:00
Vladimir Vukicevic
20c88f6afd
b=433235, drawImage of canvas onto self is incorrect; r=roc
2008-07-11 13:32:12 -07:00
Ehsan Akhgari
7bd194553d
Bug 427739 – in RTL builds, popups for site identity and star hang the wrong way, r=dao
2008-07-11 22:31:48 +02:00
Dave Townsend
ce2bd6ea87
Bug 409959: Safe mode option to disable all add-ons doesn't disable plugins. r=gavin
2008-07-11 21:11:59 +01:00
Shawn Wilsher
a583d673c5
Bug 429986 - Provide an option for database to be asynchronous
...
This adds unit tests for the async storage work.
r=vlad
2008-07-11 15:47:38 -04:00
Shawn Wilsher
35ba2ed351
Bug 429986 - Provide an option for database access to be asynchronous.
...
This adds a method to mozIStorageStatement to allow for a statement to execute
asynchronously and report to a callback. For writes, this can move fsyncs,
which can be painful, off of the main thread.
r=vlad
sr=shaver
2008-07-11 15:47:33 -04:00
Shawn Wilsher
3da654e7c2
Bug 435994 - Implement ResultSet and Row for mozIStorageStatement::executeAsync
...
These creates the result set and row objects to be used with the async storage
API added in bug 429986.
r=vlad
sr=shaver
2008-07-11 15:47:28 -04:00
Shawn Wilsher
fb401724a9
Bug 435995 - Implement an nsIVariant object storage can use.
...
This creates a templated C++ class for storage to map SQLite data types to the
correct nsIVariant.
r=robarnold
r=vlad
2008-07-11 15:47:21 -04:00
Doug Turner
6851938d7e
Removing spatial-navigation.js. This should have happened in rev 660805dff89b
2008-07-11 12:16:30 -07:00
Shawn Wilsher
3436da9283
Bug 444347 - Make NSPR logging a bit more useful
...
This adds additional NSPR logging to storage. Logging is now done when a sql
statement is prepared, a connection is opened, and a connection is closed.
Additionally, when sqlite3_trace is called, we also log the address of the
connection so you know what queries are running on which database. The address
is also logged at connection open so you can perform the mapping.
r=vlad
2008-07-11 15:00:58 -04:00
Daniel Holbert
192f557403
(No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
...
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
2008-07-11 11:54:06 -07:00
Ryan A. C
496f972497
Bug 426732 - implement -moz-nativelinktext, r=dbaron, sr=roc
2008-07-11 20:34:53 +02:00
Ryan A. C
08f210332e
Backed out changeset 9718a9421ee3
2008-07-11 16:30:30 +02:00
Ryan A. C
999c32a6ee
Bug 426732 - implement -moz-nativelinktext, r=dbaron, sr=roc
2008-07-11 16:23:26 +02:00
Olli Pettay
9ae74171ca
Relanding Bug 444432 - Mozilla2 Tinderbox 'qm-win2k3-moz2-01': test_places/unit/test_419731.js: FAIL
2008-07-11 16:00:41 +03:00
Doug Turner
27665b6320
it seems we are leaking on the RLk test.
...
Backed out changeset ebfc2ad982f4
2008-07-10 23:38:35 -07:00
Doug Turner
2c9aa5ab5a
Relanding 437948. Geolocation. Fixed memory leak. r=jst.
2008-07-10 22:48:16 -07:00
David Mandelin
9128da7657
Bug 444565: fix scalability of outparams.js with new treehydra
2008-07-10 15:47:25 -07:00
Dietrich Ayala
cc15f83a1c
imported patch bug-199959-backout
2008-07-10 15:18:33 -07:00
Dietrich Ayala
70f20e25c7
imported patch bug-444030-backout
2008-07-10 15:14:04 -07:00
Gervase Markham
0973787fbd
Merge before backout
2008-07-10 23:06:31 +01:00
Gervase Markham
cef0e142c0
Back out Public Suffix List changes at myk's request
2008-07-10 23:04:06 +01:00
Dietrich Ayala
972b8a09bc
[mq]: revert-bug-444432
2008-07-10 14:48:19 -07:00
Bob Clary
792ced32de
Sisyphus - documentation, bug 397908
2008-07-10 16:37:21 -04:00
Bob Clary
0962521309
JavaScript Tests - update public failures, universe data, bug 399387
2008-07-10 16:10:05 -04:00
Olli Pettay
76ca602fa4
Bug 444030, Crash [@ nsGenericDOMDataNode::FirstLogicallyAdjacentTextNode] r+sr=jst
2008-07-10 21:21:31 +03:00
Olli Pettay
6595ec7aa2
Bug 199959, Attribute.specified isn't true when attribute set through Attribute.value='string' r=sicking, sr=bz
2008-07-10 20:58:35 +03:00
Dietrich Ayala
dfe7a747a6
Bug 444432 - Mozilla2 Tinderbox 'qm-win2k3-moz2-01': test_places/unit/test_419731.js: FAIL (r=beltzner)
2008-07-10 10:41:33 -07:00
Gervase Markham
2e183dde55
Bug 438585 - Updates to Public Suffix List. Patch by gerv; r=dwitte.
2008-07-10 18:26:25 +01:00
Dão Gottwald
c17543c726
merge
2008-07-10 18:52:02 +02:00
Benjamin Smedberg
e19bc972ce
Backed out changeset e5014dc700ad - appears to cause unit test failures in test_419731.js (windows) or focus issues (mac) but that could just be test wonkiness, but this appeared right after this commit and was mostly green before.
2008-07-10 09:36:24 -04:00
Dão Gottwald
b4ddd8f22e
revert bug 395174, r=gavin
2008-07-10 10:28:52 +02:00
Dão Gottwald
3eccc13fe0
Bug 444304 – Remove onBrowserKeyPress, r=mano
2008-07-10 10:23:03 +02:00
Dão Gottwald
a885e45b92
bug 444301 – loadTabs() should use |this| instead of gBrowser in tabbrowser.xml, r=mano
2008-07-10 10:21:01 +02:00
Doug Turner
0c9d49d4cc
bug 437948. inital implementation of gelocation. roughly following http://dev.w3.org/geo/api/spec-source.html . r+sr=jst
2008-07-09 20:43:38 -07:00
David Mandelin
2a3bef1678
Bug 444409: outparams.js was trying to analyze 'this' as an outparam for strings, r=bsmedberg
2008-07-09 18:24:57 -07:00
Mats Palmgren
2c04f20658
Fix and re-enable reftest for bug 433700.
2008-07-09 22:25:29 +02:00
Serge Gautherie
fb0b62f292
Bug 443672 - Fix a few nits in nsStringBundle.cpp, r=smontagu
2008-07-09 22:21:24 +02:00
David Mandelin
0cc83f2991
Bug 443205: fix for bug in error reporter in outparams.js, r=bsmedberg via irc
2008-07-09 11:48:59 -07:00
Doug Turner
31ae53b675
rename spatial-navigation.js to SpatialNavigation.js. b=444373, r=bsmedberg
...
--HG--
rename : toolkit/spatial-navigation/spatial-navigation.js => toolkit/spatial-navigation/SpatialNavigation.js
2008-07-09 11:30:32 -07:00
Doug Turner
37cf7255e4
adding file for bug 444384. r=gavin
2008-07-09 11:17:46 -07:00
Doug Turner
9c7252f24c
additional snav test case. b=444384, r=gavin
2008-07-09 11:14:46 -07:00
Robert Kaiser
4d6f1a5114
fix xpfe autocomplete bustage from bug 438861 to be really in sync with cvs
2008-07-09 19:41:48 +02:00
David Mandelin
85de90adf1
Bug 443205: outparams.js needs to consider void-return funcs as nofail, r=bsmedberg
2008-07-09 10:35:29 -07:00
David Mandelin
f2fb3064e5
Bug 433939: update outparams.js for Treehydra update, r=bsmedberg
2008-07-09 10:33:43 -07:00
Mats Palmgren
c9d01f8789
Temporarily disable reftest for bug 433700 since it fails on qm-win2k3-03.
2008-07-09 19:19:37 +02:00
Graydon Hoare
1c86892a6a
Bug 444023, Add JS functions to stop/start callgrind, r=sayrer
2008-07-08 15:58:08 -07:00
Jim Blandy
1c098bc7f5
Bug 439651 - ignore ID file (idutils) and TAGS (etags), r=bsmedberg
2008-07-09 13:03:31 -04:00