neil%parkwaycc.co.uk
|
11d0936e48
|
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
|
2007-07-11 08:46:49 +00:00 |
mozilla.mano%sent.com
|
0540991253
|
Bug 385872 - Strict warnings should only be enabled for chrome by default (in debug builds). r=jst, sr=brendan.
|
2007-07-10 08:05:54 +00:00 |
bzbarsky%mit.edu
|
60f1bbc55e
|
Eliminate more callers of CheckSameOriginPrincipal in favor of
Equals/Subsumes. Bug 387212, r=mrbkap, sr=jst
|
2007-07-10 04:22:56 +00:00 |
jst%mozilla.org
|
8f8cbacfd2
|
Fixing tinderbox orange. r=mrbkap@gmail.com
|
2007-07-10 00:24:26 +00:00 |
jst%mozilla.org
|
29ecbc71bc
|
Fixing bug 363897. Don't give error location information to script that don't have access to the location. r=mrbkap@gmail.com, sr=brendan@mozilla.org
|
2007-07-09 22:07:07 +00:00 |
dcamp%mozilla.com
|
f6d4f9ff68
|
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
|
2007-07-09 06:19:29 +00:00 |
dcamp%mozilla.com
|
bdf488b2a7
|
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
|
2007-07-08 22:15:52 +00:00 |
jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
Olli.Pettay%helsinki.fi
|
802eadb99f
|
Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler (with bustage fix), r=sicking, sr=jst
|
2007-07-06 13:47:51 +00:00 |
kairo%kairo.at
|
5db0add472
|
backing out bug 339649 due to breakage on multiple tinderboxen as requested in #developers
|
2007-07-06 13:13:46 +00:00 |
Olli.Pettay%helsinki.fi
|
0ceb2538aa
|
Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler, r=sicking, sr=jst
|
2007-07-06 11:49:54 +00:00 |
sdwilsh%shawnwilsher.com
|
34a99930b1
|
Bug 374334 - Uncaught exception with cloneNode method and frameset element. Patch by Alex Vincent <ajvincent@gmail.com>. r=jst,sr=jst
|
2007-07-06 01:38:56 +00:00 |
jst%mozilla.org
|
3dec4fa540
|
Fixing bug 380476. Never register timeouts on unloaded windows objects. r=mrbkap@gmail.com, sr=jonas@sickin.cc
|
2007-07-05 23:19:15 +00:00 |
dmose%mozilla.org
|
8e09a05e8f
|
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
|
2007-07-05 19:31:46 +00:00 |
dbaron%dbaron.org
|
9d498d4cf6
|
Implement -moz-border-start and -moz-border-end. Patch by Simon Montagu <smontagu@smontagu.org> and me. b=74880 r/sr=smontagu/dbaron
|
2007-07-04 18:51:40 +00:00 |
enndeakin%sympatico.ca
|
a71cb5f411
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz
|
2007-07-04 15:49:46 +00:00 |
jst%mozilla.org
|
c04debab53
|
Fixing bug 380618. Remove support for window.ononline and window.onoffline in favor of using window.addEventListener() for these new events. r=chris.double@double.co.nz, sr=jonas@sicking.cc
|
2007-07-03 23:40:11 +00:00 |
gavin%gavinsharp.com
|
3155cf77ec
|
Bug 261633: treat setInterval('foo()') as setTimeout('foo()', 0) to match IE and avoid recursive timeouts, r+sr=jst
|
2007-07-03 22:38:04 +00:00 |
bzbarsky%mit.edu
|
d672aea79c
|
Fix spelling in comment. Bug 384981
|
2007-07-03 19:39:51 +00:00 |
gavin%gavinsharp.com
|
8e1a892dd1
|
Bug 380932: land netError page for malware URIs, patch by Johnathan Nightingale <johnath@mozilla.com>, r=biesi, ui+r=beltzner
|
2007-07-03 16:49:07 +00:00 |
bzbarsky%mit.edu
|
11a05e7d54
|
Make javascript: URIs block onload on the document that (hopefully) corresponds
to their loadgroup. This is the document they're running against if they're
not a document URI, or its parent if they are. Bug 384981, r=jst, sr=biesi
|
2007-07-02 23:48:51 +00:00 |
benjamin%smedbergs.us
|
d39957269b
|
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
|
2007-07-02 18:20:28 +00:00 |
dbaron%dbaron.org
|
66d124ddd7
|
Add another shouldBeFreed debugging call to catch outer windows better for cycle collector debugging. b=385549 r+sr=jst
|
2007-06-30 03:01:50 +00:00 |
enndeakin%sympatico.ca
|
d6cdd07569
|
Bug 279703, backing out the popup changes due to performance regressions. sigh.
|
2007-06-29 22:16:06 +00:00 |
enndeakin%sympatico.ca
|
250695914b
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz
|
2007-06-29 19:04:52 +00:00 |
sdwilsh%shawnwilsher.com
|
75742d0313
|
Bug 386109 - Integrate jQuery Test Suite (adding missing file). Patch by John Resig <jresig@mozilla.com>. r=rcampbell
|
2007-06-29 15:53:36 +00:00 |
rcampbell%mozilla.com
|
74d092e4e6
|
bug 386109 - Integrate jQuery Test Suite, patch by John Resig <jresig@mozilla.com>, r+=robcee
|
2007-06-29 15:10:45 +00:00 |
peterv%propagandism.org
|
b188226d8f
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-28 02:48:22 +00:00 |
jst%mozilla.org
|
0c323997cb
|
Fixing bug 380474. Use the inner object when looking up methods and adding event listeners. r=mrbkap@mozilla.org, sr=brendan@mozilla.org
|
2007-06-28 00:28:02 +00:00 |
peterv%propagandism.org
|
3aef5b4f41
|
Backing out to fix orange.
|
2007-06-27 23:21:09 +00:00 |
peterv%propagandism.org
|
c08e0c73cb
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 22:29:54 +00:00 |
tor%cs.brown.edu
|
3c40c35c72
|
Bug 375846 - implement feConvolveMatrix filter primitive. r=longsonr, sr=roc
|
2007-06-27 19:02:59 +00:00 |
rcampbell%mozilla.com
|
eff9690bd4
|
bug 381001 - Integrate Scriptaculous Test Suite, patch by John Resig <jresig@mozilla.com>, r+=me
|
2007-06-27 17:04:27 +00:00 |
dcamp%mozilla.com
|
816217f468
|
Defer initialization of navigator.offlineResources. b=383421, r+sr=jst
|
2007-06-27 04:40:24 +00:00 |
benjamin%smedbergs.us
|
42c7e1c6b1
|
Reverting bug 383167 again for linux test bustage :-(
|
2007-06-26 19:22:55 +00:00 |
benjamin%smedbergs.us
|
b60c196e68
|
Bug 383167 trying again, reviews by luser and biesi, sr=jst
|
2007-06-26 16:35:05 +00:00 |
enndeakin%sympatico.ca
|
62135dc1d7
|
Bug 379140, support global properties that are chrome only, r+sr=jst
|
2007-06-26 14:44:20 +00:00 |
benjamin%smedbergs.us
|
9784bf995e
|
Revert all of bug 383167 changes because they're not enough... going to try again later.
|
2007-06-25 18:41:00 +00:00 |
benjamin%smedbergs.us
|
81d0ea8604
|
Bug 383167 - Need buildid in an external file, r=luser sr=jst
|
2007-06-25 15:26:03 +00:00 |
rcampbell%mozilla.com
|
c7be78f562
|
bug 379506, Integrate MochiKit Test Suite, patch by John Resig, <jresig@mozilla.com>
|
2007-06-21 14:13:56 +00:00 |
kaie%kuix.de
|
d7971af44c
|
Bug 107491, follow up check in, Rename string ID nssFailure to nssFailure2
rs=Pike
|
2007-06-20 14:10:32 +00:00 |
kaie%kuix.de
|
ff3a3f3fc0
|
Bug 107491, Error page wording change, patch v10
r=neil, r=mconnor, r=stuart.morgan
|
2007-06-19 06:10:06 +00:00 |
mats.palmgren%bredband.net
|
a06914262d
|
Make nsFocusController::MoveFocus() return an error code when it fails. Patch by Daniel Bainton <daniel.bainton@gmail.com>. b=381404 r=me sr=jst
|
2007-06-19 00:49:49 +00:00 |
emaijala%kolumbus.fi
|
f95c9b7148
|
Backing out patch of bug 261074 (OnFocus fires twice when window restored) due to unfixed regressions.
|
2007-06-17 10:59:20 +00:00 |
mrbkap%gmail.com
|
024bc223ad
|
Don't return NS_OK in failure cases. Instead, return a well-known value that nsGlobalWindow can convert. bug 382196, r+sr=jst
|
2007-06-15 21:47:37 +00:00 |
igor%mir2.org
|
7b840a3384
|
Bug 378793: Patch from Mike Moening and me to implement per-context debug hooks. r=brendan
|
2007-06-15 06:44:20 +00:00 |
peterv%propagandism.org
|
2d6441d5ac
|
Fix for bug 384122 (QueryInterface shouldn't be enumerable on DOM interface objects). r/sr=jst.
|
2007-06-14 10:03:45 +00:00 |
bzbarsky%mit.edu
|
356daf4087
|
Make plug-in loads of javascript: URIs execute synchronously. Bug 364028,
r=biesi, sr=jst
|
2007-06-13 22:42:08 +00:00 |
mats.palmgren%bredband.net
|
1104dddb66
|
Bye bye Xprint. b=326716 r+sr=dbaron
|
2007-06-13 18:03:03 +00:00 |
jonas%sicking.cc
|
bca50ddb8e
|
Bug 379959: Add checks to loadBindingDocument. r/sr=jst
|
2007-06-12 21:56:07 +00:00 |