David Mandelin
|
22817a28df
|
Remove obsolete declarations for functions never defined or called
|
2010-10-07 16:33:40 -07:00 |
|
Nicholas Nethercote
|
63201dff5e
|
Bug 601009 - TM: allow for guards that always exit. r=dmandelin.
|
2010-10-07 15:51:57 -07:00 |
|
Brad Lassey
|
85ef8e7b87
|
bug 569497 - need finger friendly file picker for android r=mwu,mbrubeck a=blocking-fennec
|
2010-09-30 11:37:36 -04:00 |
|
Alex Pakhotin
|
5544985192
|
bug 603855 - Support canceling a displayed notification r=mfinkle,blassey sr=stuart a=blocking-fennec
|
2010-10-12 19:17:12 -07:00 |
|
Ben Turner
|
b49af221be
|
Test fix needs a=testfix
|
2010-10-19 18:32:05 -07:00 |
|
Ben Turner
|
f89061853a
|
Merge into m-c
|
2010-10-19 18:23:36 -07:00 |
|
Brian Birtles
|
10f01ea364
|
Fix bustage from bug 579828, disable failing test, a=bustage
|
2010-10-20 10:12:57 +09:00 |
|
Ben Turner
|
63abb02945
|
Bug 603811 - 'IndexedDB: Implement setVersion changes to the spec'. Fix browrandom orange, r=sicking, a=testfix.
|
2010-10-19 17:46:37 -07:00 |
|
Dan Witte
|
baf47b6be2
|
Bug 598196 - Use journal_mode = WAL in cookies. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:53 -07:00 |
|
Dan Witte
|
bfecb83756
|
Bug 599799 - Cookies are doubled when switching between FF3.6 and FF4beta. Part 3: make test_eviction.js tolerant to slow execution. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:53 -07:00 |
|
Dan Witte
|
24b845a1a0
|
Bug 599799 - Cookies are doubled when switching between FF3.6 and FF4beta. Part 2: migration tests. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:53 -07:00 |
|
Dan Witte
|
27c0df58b7
|
Bug 599799 - Cookies are doubled when switching between FF3.6 and FF4beta. Part 1: remove NULL baseDomains. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:53 -07:00 |
|
Dan Witte
|
95a68e5750
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 5: Replace expired cookies eagerly, and make expired cookies visible in API results. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:53 -07:00 |
|
Dan Witte
|
b17354e38b
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 4: delete expired cookies on migrate. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:53 -07:00 |
|
Dan Witte
|
68ea23abd0
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 3: test improvements. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:52 -07:00 |
|
Dan Witte
|
a3549caaa2
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 2: add triple index. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:52 -07:00 |
|
Dan Witte
|
4d71dd8fd7
|
Bug 591447 - Cookie rowids may collide if PR_Now() winds backward. Part 1: fix mDefaultDBState. r=sdwilsh, a=betaN+
|
2010-10-19 17:24:52 -07:00 |
|
Dan Witte
|
c50d79868f
|
Bug 595925 - Use OpenUnsharedDatabase in cookies. r=sdwilsh, a=final+
|
2010-10-19 17:24:52 -07:00 |
|
Mike Kristoffersen
|
18266960c0
|
Bug 599545 - Investigate remote-prefs serialization performance. r=dwitte, a=blocking-fennec2.0b2+
|
2010-10-19 22:35:08 +02:00 |
|
Andreas Gal
|
96223bbef4
|
Make functions per compartment, and deep copy instead of clone them if needed (584789, r=mrbkap).
|
2010-09-29 23:17:29 -07:00 |
|
Andreas Gal
|
3d567b4e1a
|
Bug 580128 - Small cleanups in XrayWrapper and first stab at enumeration. r=mrbkap
|
2010-10-10 15:37:22 -07:00 |
|
Blake Kaplan
|
a44ad43150
|
bug 580128 - Fix more compartment warnings. Work of multiple people. r=gal/peterv/jst
|
2010-10-10 15:37:19 -07:00 |
|
Blake Kaplan
|
9cc00701e9
|
bug 580128 - Add a test about double wrapped native objects in security wrappers. r=jst
|
2010-10-10 15:36:59 -07:00 |
|
Andreas Gal
|
c48124ac98
|
bug 580128 - Clean up our passing from JS-into-C++ story. r=peterv/mrbkap
|
2010-10-10 15:36:41 -07:00 |
|
Blake Kaplan
|
c563e195ac
|
bug 580128 - Allow API consumers to pass in a new object altogether before trying to wrap in a security wrapper. r=gal/peterv
|
2010-10-10 15:36:38 -07:00 |
|
Mounir Lamouri
|
e2809794f9
|
Bug 580128. Make tests that now need to be chrome tests be chrome tests. r=jst@mozilla.org
--HG--
rename : js/src/xpconnect/tests/mochitest/test_bug484459.html => js/src/xpconnect/tests/chrome/test_bug484459.xul
rename : js/src/xpconnect/tests/mochitest/test_cows.html => js/src/xpconnect/tests/chrome/test_cows.xul
rename : js/src/xpconnect/tests/mochitest/test_wrappers.html => js/src/xpconnect/tests/chrome/test_wrappers-2.xul
|
2010-09-30 00:14:30 -07:00 |
|
Blake Kaplan
|
c3afb44113
|
bug 580128 - Implement XrayWrapper::toString. r=jst
|
2010-10-10 15:36:32 -07:00 |
|
Blake Kaplan
|
41aa9a74c8
|
bug 580128 - Use the shiny new API for finding XrayWrappers. r=jst
|
2010-10-10 15:36:20 -07:00 |
|
Andreas Gal
|
c6e9365a24
|
bug 580128 - Give XrayWrappers a flag they can query for. r=mrbkap
|
2010-10-10 15:36:04 -07:00 |
|
Blake Kaplan
|
0b191e8ccd
|
bug 580128 - Find the true caller through the wrappers. r=jst
|
2010-10-10 15:36:01 -07:00 |
|
Blake Kaplan
|
9d0588387a
|
bug 580128 - Allow unwrapping XrayWrappers via XPCNativeWrapper.unwrap. r=jst
|
2010-10-10 15:35:54 -07:00 |
|
Blake Kaplan
|
d5907b5ac9
|
bug 580128 - Enter the right compartment when calling toString. r=jst
|
2010-10-10 15:35:51 -07:00 |
|
Blake Kaplan
|
adcddf1716
|
bug 580128 - Stop returning the old wrappers from their constructors. r=jst
|
2010-10-10 15:35:48 -07:00 |
|
Jason Orendorff
|
2885319d0b
|
Bug 580128 - Some more compartment fixes. r=gal
|
2010-10-10 15:35:46 -07:00 |
|
Ben Turner
|
b264d08919
|
Bug 580128 - Make IndexedDB work with compartments. r=jst
|
2010-10-10 15:35:42 -07:00 |
|
Peter Van der Beken
|
3dae0dceb9
|
Bug 580128 - Always wrap Location objects in wrappers, even for same origin. r=mrbkap/gal
|
2010-09-29 10:00:52 -07:00 |
|
Johnny Stenback
|
26f851aa87
|
bug 580128 - Make the component loader work for content scripts with UniversalXPConnect. r=mrbkap
|
2010-09-29 10:00:52 -07:00 |
|
Johnny Stenback
|
9ddf730c9d
|
bug 580128 - Deal with null principals (for e.g. dom worker compartments). r=mrbkap
|
2010-09-29 10:00:52 -07:00 |
|
Blake Kaplan
|
d01df23560
|
bug 580128 - Loosen our policy on what you're to see on cross-origin errors. r=jst
|
2010-09-29 10:00:52 -07:00 |
|
Jeff Walden
|
490ed1946a
|
Bug 600128 - Properly record attempted addition of properties to non-extensible objects. r=jimb
--HG--
extra : rebase_source : af730b39d1f5d6b299e74278ec22d1920ec96e2c
|
2010-09-28 17:09:40 -07:00 |
|
Jeff Walden
|
9361db8ece
|
Bug 601307 - Add a test for directness of the eval in |with (...) eval(...)| (assuming eval is the global eval function). r=jimb
--HG--
extra : rebase_source : 9a6b233cd99a3f9016c760f1249497d5a39d0c55
|
2010-10-01 18:40:11 -07:00 |
|
Jason Orendorff
|
44405a40a0
|
Bug 592644 - ES5 indirect eval. Part 2, factor out EvalCacheLookup and other misc. cleanup. r=brendan.
|
2010-10-07 15:01:45 -05:00 |
|
Jason Orendorff
|
b0245eb593
|
Back out changeset 7598b7ab2e76.
--HG--
extra : rebase_source : e3571c6433d01e53ba31639d4dc082ced93775f0
|
2010-10-07 15:35:08 -05:00 |
|
Brendan Eich
|
47bac3fdd5
|
Back out my last push (599009 botched followup).
|
2010-10-07 13:17:03 -07:00 |
|
Jason Orendorff
|
725599b967
|
Bug 592644 - ES5 indirect eval. Part 2, factor out EvalCacheLookup and other misc. cleanup. r=brendan.
--HG--
extra : rebase_source : 6c0dfea58dbbe3d9ce7aa6315b4c9c17c253a03a
|
2010-10-07 15:01:45 -05:00 |
|
Jason Orendorff
|
fdb2a0d1c5
|
Bug 592644 - ES5 indirect eval. Part 1, add support and tests. r=brendan.
--HG--
extra : rebase_source : 5d07f3e847b2adfb46f30f343af2e06d494012c3
|
2010-10-07 15:00:09 -05:00 |
|
Brendan Eich
|
084feb5c3f
|
Nit-picks, mainly localizing and initializing the oldAttrs var, on patchwork for bug 599009 (r=bz).
|
2010-10-07 11:33:23 -07:00 |
|
Dave Herman
|
85db64ec81
|
bug 584787, r=pcwalton: Node shouldn't subclass Array
|
2010-10-07 10:59:45 -07:00 |
|
Boris Zbarsky
|
a69bdff134
|
Another bug 599009 followup. Don't assert things about uninitialized quantities.
|
2010-10-07 13:58:51 -04:00 |
|
Boris Zbarsky
|
31e1c63e5b
|
Bug 599009 followup. Fix typo in assert.
|
2010-10-07 11:03:41 -04:00 |
|