Benjamin Smedberg
|
c13e44570f
|
Fixing build bustage from bug 528004 and bug 532072: sync config/ and js/src/config, for checkin to CLOSED TREE
|
2009-12-21 09:42:35 -05:00 |
|
Henri Sivonen
|
f5ca5f174a
|
Bug 535810 - Avoid deleting the empty attribute holder in the isindex case. rs=sicking.
|
2009-12-21 13:18:34 +02:00 |
|
Henri Sivonen
|
5e7912c55e
|
Backing out a change set with a faulty commit message.
|
2009-12-21 14:03:14 +02:00 |
|
Henri Sivonen
|
4602a4bd81
|
Avoid deleting the empty attribute holder in the isindex case. rs=sicking.
--HG--
extra : rebase_source : fe35acd60c7f9bbb7512bc931288ee93338872b9
|
2009-12-21 13:38:58 +02:00 |
|
Zbyszek Skowron
|
7db9570a81
|
Bug 530090 - Memory leaks in jArray in HTML5 parser. r=hsivonen.
--HG--
extra : rebase_source : 01c86f02f90ebff4bbd173b766b4ce4798751aa8
|
2009-12-21 13:38:58 +02:00 |
|
Oleg Romashin
|
2541cfdd66
|
Bug 532608 - osso-mem.h used but not added to system-headers, r=benjamin
|
2009-12-21 13:32:36 +02:00 |
|
Oleg Romashin
|
a4d6032eb7
|
Bug 532072 - Conic system-headers are missing when compiling with maemo, r=ted.mielczarek
|
2009-12-21 13:29:06 +02:00 |
|
Oleg Romashin
|
dc0028673d
|
Bug 528004 - system wrappers does not include hildon-file-chooser-dialog.h, r=ted.mielczarek
|
2009-12-21 13:27:20 +02:00 |
|
Oleg Romashin
|
0ff15af74b
|
Bug 488046 - Some random crash in [@ nsDocShell::EnsureContentViewer], r=bzbarsky
--HG--
extra : rebase_source : 3ce888953aef4d9e402fb0d23085de8c840ea55d
|
2009-12-21 13:16:20 +02:00 |
|
Simon Montagu
|
de1a9baf7c
|
Backout changeset 4ed95e61ee01 because of test failures
|
2009-12-21 02:28:41 -08:00 |
|
Simon Montagu
|
081cdecd70
|
Bug 224547: Change the organization of the window title bar for RTL XUL windows. Part 2, set the right-to-left flags on right-to-left windows, r=enndeakin
|
2009-12-21 12:22:09 +02:00 |
|
Simon Montagu
|
09e84c09b6
|
Bug 224547: Change the organization of the window title bar for RTL XUL windows. Part 1, refactoring, r=enndeakin
|
2009-12-21 12:21:52 +02:00 |
|
Makoto Kato
|
f0c8759e67
|
Bug 534813 - ipc_message_utils.h causes build error on Windows x64 build. r=jones.chris.g
|
2009-12-21 18:28:28 +09:00 |
|
Simon Montagu
|
545c0b5a6f
|
Update data files and tests to Unicode 5.2. Bug 528359, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
|
2009-12-21 01:20:35 -08:00 |
|
Simon Montagu
|
d854f924d8
|
Fix mixed directional tests from bug 396392. Bug 525788, r=roc
|
2009-12-21 00:56:14 -08:00 |
|
Simon Montagu
|
d84ebba607
|
Remove intl/uconv/ucvmath. Bug 483116, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
|
2009-12-21 00:47:08 -08:00 |
|
Simon Montagu
|
ccdf112a67
|
Add Songhay to supported languages. Bug 532496, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
|
2009-12-21 00:35:30 -08:00 |
|
Robert Sayre
|
d6ed0e0b28
|
Merge mozilla-central to tracemonkey.
|
2009-12-20 16:25:20 -05:00 |
|
Jonathan Kew
|
9cf092266b
|
Bug 534353: Copy the correct string data to the EOT header name fields. r=jdaggett
|
2009-12-20 17:52:57 +00:00 |
|
Phil Lacy
|
6d706b85f8
|
Bug 484667 - drag attachment to 'other' app doesn't work. r=roc.
|
2009-12-20 11:03:18 -06:00 |
|
Jim Mathies
|
ebc1e1c21e
|
Bug 533691 - Revamp of IENUMFE. r=roc.
|
2009-12-20 09:56:06 -06:00 |
|
Gijs Kruitbosch
|
177f1cac8d
|
Bug 515792 - use hg parent, as few times as possible, rather than lots of hg identify, r=ted.mielczarek
|
2009-12-20 15:25:48 +01:00 |
|
Robert Sayre
|
e308a08ec8
|
Bustage fix for non-JIT builds. Following up bug 474500.
|
2009-12-19 07:46:35 -05:00 |
|
Jeff Walden
|
d508d43134
|
Bug 533035 - Linux64 bustage fix, try two -- looks like other systems aren't picking up the <stdint.h> include mine is. Or something. r=redness
--HG--
extra : rebase_source : 6aff511af4a1744fab88e698735feb984ac15362
|
2009-12-18 22:29:13 -05:00 |
|
gal@uci.edu
|
d8d110c024
|
Bug 474500 - TM: Need an API to flush and (optionally?) deallocate the code cache per thread. r=dvander
|
2009-12-18 21:34:20 -05:00 |
|
Jeff Walden
|
66374cb378
|
Bug 533035 - Linux64 bustage fix. r=redness, apparent(ly correct) bustage fix now, real-r later
|
2009-12-18 21:28:19 -05:00 |
|
Jeff Walden
|
e9d69cbf2e
|
Bug 529404 - Assignments to a property that has a getter but not a setter should not throw a TypeError per ES5, except in strict mode. r=brendan
|
2009-12-08 17:00:42 -08:00 |
|
Jason Orendorff
|
dfd362fddd
|
Bug 535703 - JS_SealObject crash with deep=true. r=mrbkap.
--HG--
extra : rebase_source : 7760d40bb23ab439c030943ab781ab5b10259da8
|
2009-12-17 21:09:50 -06:00 |
|
Andreas Gal
|
8015385480
|
Backed out changeset 94ddd33fc137 to see whether that makes the tree green.
|
2009-12-17 17:43:40 -08:00 |
|
Andreas Gal
|
4c8dc43072
|
Efficient Implementation of JSDOUBLE_IS_INT using SSE2 (original patch by Moh Haghighat/Intel, bug 530896, r=dvander)
|
2009-12-17 14:03:45 -08:00 |
|
Andreas Gal
|
f02162a25b
|
Extensions/libraries/plugins might enable FPU/SSE2 exceptions, causing floating-point operations to crash (533035, r=robarnold,bsmedberg).
|
2009-12-17 13:56:12 -08:00 |
|
Jason Orendorff
|
8b449748c7
|
Fix "bug NNNNNN" in a comment to point to the actual bugzilla bug. r=nobody.
|
2009-12-17 14:24:39 -06:00 |
|
Jason Orendorff
|
102ed4de5a
|
Do not secretly write to /tmp in DEBUG builds unless your name is brendan. (Leave the basic stats code ifdef'd on for everyone though, to help avoid bitrot.) No bug, r=Waldo.
|
2009-12-17 11:37:25 -06:00 |
|
Jason Orendorff
|
51bdff8212
|
Fix memory leak in a jsapi-test. No bug, r=Waldo.
--HG--
extra : rebase_source : c9cdf4fc2391f812a3decb645900ac1ec4ffa118
|
2009-12-17 11:30:14 -06:00 |
|
Robert Sayre
|
3b6b91df1d
|
Merge mozilla-central to tracemonkey.
|
2009-12-17 12:11:00 -05:00 |
|
Olli Pettay
|
8503825001
|
Bug 534502 - No autoscroll in print preview anymore, r=mconnor
--HG--
extra : rebase_source : c182076b6ce400d7adc0b2fd0e518793bdfd5ced
|
2009-12-17 18:39:19 +02:00 |
|
Dão Gottwald
|
fb30c7b8e4
|
Bug 343396 - Merge Stop and Reload buttons when they are adjacent. ui-r=faaborg, r=mconnor
|
2009-12-17 17:46:05 +01:00 |
|
Robert O'Callahan
|
a0eeb78969
|
Bug 526216 - mochitest-browser-chrome: crash in nsObjectFrame::IsOpaque while running browser_pluginnotification.js and test_crashing.html, r=josh
--HG--
extra : rebase_source : 3f5677e9af8e5b9d54ac394d62cf8528487efa94
|
2009-12-17 09:56:24 -05:00 |
|
Chris Cooper
|
37e5ff2e6c
|
Bug 511967 - Upload partial mars when they exist - r=ted.mielczarek
|
2009-12-17 10:25:36 -05:00 |
|
Dão Gottwald
|
3857ad9562
|
browser_354894.js debug spew
|
2009-12-17 14:55:55 +01:00 |
|
Robert Longson
|
da1e4a0b96
|
Bug 534841 - filter feFunc[RGBA] does not default omitted attributes correctly. r=roc
|
2009-12-17 11:00:54 +00:00 |
|
Henri Sivonen
|
3b37fbc386
|
Bug 535499 - Copy the return state over when loading HTML5 tokenizer state from another tokenizer. rs=sicking.
|
2009-12-17 12:15:08 +02:00 |
|
Robert Sayre
|
b18f03ada4
|
Merge m-c to tm.
|
2009-12-17 04:26:12 -05:00 |
|
Andreas Gal
|
8df1e64371
|
Remove leftover bits from 533035.
|
2009-12-17 00:38:04 -08:00 |
|
Andreas Gal
|
24877c4a9b
|
Backed out try-landing of bug 533035.
|
2009-12-17 00:29:32 -08:00 |
|
Andreas Gal
|
4f96be79de
|
Extensions/libraries/plugins might enable FPU/SSE2 exceptions, causing floating-point operations to crash (533035, r=robarnold).
|
2009-12-17 00:21:48 -08:00 |
|
David Anderson
|
66687af7ab
|
Fixed lazy import regression where down recursion could build wrong exit typemaps (bug 534745, r=gal).
|
2009-12-16 22:06:07 -08:00 |
|
David Anderson
|
2b9de94325
|
Added test case for bug 535474.
|
2009-12-16 19:22:04 -08:00 |
|
David Anderson
|
2098f14d9f
|
Fixed regression where lazy imports could happen in JSOP_ARGUMENTS conditional branch (bug 535474, r=gal).
|
2009-12-16 18:58:47 -08:00 |
|
Henri Sivonen
|
ca2beb2410
|
Bug 535134 - Make <table><form> in HTML5 tree builder sensitive to the form pointer. rs=sicking.
--HG--
extra : rebase_source : 05a5700c04e31be9d88e3675065b0ad7043665c4
|
2009-12-16 16:07:06 +02:00 |
|