Neil Rashbrook
fbb67dbf59
Work around bug 458231 for bug 69710 r=dao a=beltzner
2008-11-12 12:22:03 +00:00
Neil Rashbrook
33f09c1f46
Bug 462621 Make --disable-vista--sdk-requirements actually produce a working build (regression from bug 459329) r=sdwilsh (NPOTDB)
2008-11-12 12:19:52 +00:00
Neil Rashbrook
dc94f5607a
Followup to bug 462440 to remove redundant line r=ted a=beltzner
2008-11-12 12:16:21 +00:00
Axel Hecht
63c3e2ee1a
bug 464216, update shipped-locales for fx3.1 b2, r=bhearsum
2008-11-12 12:56:34 +01:00
Oleg Romashin
6b458a8712
Backed out changeset 23ac0ea522e8 due to old Gtk used on boxes and makes it burn
2008-11-12 10:10:55 -05:00
Oleg Romashin
38f13548ef
Bug 459780 - X11 event compression isn't handling extension events on maemo. r=roc, a=beltzner
2008-11-12 09:58:06 -05:00
Dão Gottwald
7067b0d947
Bug 463635 - All Tabs search doesn't always update on Enter. r=gavin
2008-11-12 08:07:49 +01:00
Dão Gottwald
0284ad8e37
Bug 463712 - text-shadow doesn't work for xul textboxes. r=enndeakin
2008-11-12 08:07:16 +01:00
Dão Gottwald
9d603a060b
Bug 463891 - textbox padding ignores chrome direction. r=gavin
2008-11-12 08:06:46 +01:00
Masayuki Nakano
20f6ae4515
Bug 462995 Cannot type 2 or more characters from software keyboard r=josh+smichaud, sr=roc, a=beltzner
2008-11-12 15:35:00 +09:00
Dietrich Ayala
404c7157ac
Bug 438252 - Editing bookmark's uri and then Tags, update tags for the old uri (r=mconnor)
2008-11-11 21:30:41 -08:00
philringnalda@gmail.com
14d81ce426
Bug 463947 - There is no privatebrowsing.xpt (r=gavin)
2008-11-11 21:27:06 -08:00
David Triendl
3c67d30842
Bug 460776. Add 'nhs.uk' as an exception to the effective TLD list. r=gerv, a=beltzner
2008-11-11 22:38:49 -05:00
Patrick McManus
2a5b7140ea
Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky, a=beltzner
2008-11-07 18:00:26 -05:00
Boris Zbarsky
a6e187e757
Bug 460713. Sanity-check the length. r+sr=jst, a=beltzner
2008-11-11 22:36:20 -05:00
Boris Zbarsky
8ea614368d
Bug 462458. Update @charset detection to spec changes. r+sr=dbaron, a=beltzner
2008-11-11 22:36:20 -05:00
Boris Zbarsky
127f56f241
Bug 458381 followup: tests and a code fix for a problem the tests caught. r+sr=dbaron, a=beltzner
2008-11-11 22:36:20 -05:00
David Mandelin
4e3f9ef480
Fixing build bustage and nits from bug 464138.
2008-11-11 17:23:15 -08:00
David Mandelin
428935dac8
Bug 464138 - Intermittent JS regexp error on tinderbox. r=gal a=dsicore
2008-11-11 17:05:45 -08:00
Blake Kaplan
5b956f68de
Bug 458440 - Attempt to work around speculative parsing crash. r+sr=dbaron
2008-11-11 13:38:54 -08:00
Bob Clary
c119360255
JavaScript Tests - tests for bugs 461233, 458851, 459628, 460024, 460117, 461307, 461723, 462292, 462989, 463259, 460501, 461108, 461111, 461235, 461945, 462071, 462282, 462288, 462407, updated js1_8_1/trace/trace-test.js, updated failures
2008-11-11 13:08:13 -08:00
Blake Kaplan
49eb1a7511
Bug 458440 - Turn speculative parsing back on and clean up the code a little. r+sr=jst
2008-11-11 10:52:40 -08:00
Daniel Holbert
5a44bb552c
Bug 464141: Re-enabling browser_ctrlTab.js testcase (after disabling it to see if it was responsible for oranges)
2008-11-11 04:47:32 -08:00
Daniel Holbert
686f28acca
Bug 464141: Disabling browser_ctrlTab.js testcase, on the suspicion that it's causing later browser-tests to fail on mac unittest box.
2008-11-11 01:44:54 -08:00
Daniel Holbert
92463e0230
merge after backing out bcbde22c762f
2008-11-10 16:59:14 -08:00
Daniel Holbert
5936656e1a
Backed out changeset bcbde22c762f due to oranges in browser_sanitize-timespans.js on mac unittest box moz2-darwin8-slave01
2008-11-10 16:57:10 -08:00
Matthew Gregan
f259195e79
b=463968 test_wav_ended1.html can fail on slow machines with no audio hardware. r+sr=roc
2008-11-11 11:45:09 +13:00
Graeme McCutcheon
e75fbc9baf
b=451204 new highlight color r+sr=roc r+a1.9.1b2=mconner
2008-11-11 11:10:25 +13:00
Curtis Bartley
a20f5060d4
SRC and HREF attributes turned into clickable links in view source. p=cbartley r+sr=mrbkap a=beltzner b=17612
2008-11-10 16:18:39 -05:00
Johnathan Nightingale
505c7e907d
Fix Clear Recent History timespan behaviour on platforms without instant-apply prefs. b=453440 r=gavin a=blocking-firefox3.1
2008-11-10 16:15:48 -05:00
Boris Zbarsky
d98806b849
Bug 461735. Use the final channel URI as the script URI. r+sr=jst, a=beltzner
2008-11-10 16:09:30 -05:00
Vladimir Vukicevic
449413ea1f
b=464010, remove bogus #ifdef JS_TRACER in jsregexp.cpp that got rid of regexp.test on non-JS_TRACER builds; r=sayrer
2008-11-10 11:11:06 -08:00
Edward Lee
bca5e2de96
Bug 463661 - Create a pref to control the location bar search sources (history, bookmark, both, none). r=dietrich, a1.9.1b2=beltzner
...
Bug 463535 - Continuing search immediately after changing prefs give wrong results
2008-11-10 10:04:36 -06:00
Rob Arnold
61d145a070
Bug 457997 - Autohiding glass panels don't display properly r=vlad,dao
2008-11-10 16:53:32 +01:00
Dão Gottwald
9e9f93a536
Bug 451604 - Clicking preview in ctrl-tab panel doesn't work on OS X. r=gavin, a=beltzner
2008-11-10 16:52:49 +01:00
Chris Pearce
7c782a1df7
Bug 462933. Remove timeouts from video tests, rely on master Mochitest timeout only. r=roc
2008-11-10 21:13:59 +13:00
Matthew Gregan
3dc9221b1a
Bug 463929. Support 8-bit WAV streams. r+sr=roc
2008-11-10 21:12:13 +13:00
Vladimir Vukicevic
baf70e73d0
Really merge tm and m-c, oops
2008-11-09 23:28:16 -08:00
Vladimir Vukicevic
adf0605cfc
Really merge tm and m-c, oops
2008-11-09 23:26:52 -08:00
Robert O'Callahan
687210c214
Bug 463217. Don't let nsLayoutUtils::DrawSingleImage/DrawSingleUnscaledImage do any tiling, restrict their drawing to the single tile. r+sr=dbaron
2008-11-10 20:24:21 +13:00
Vladimir Vukicevic
40c2786f59
[tm] Merge m-c and tracemonkey trees, mainly to fix bug 463879
2008-11-09 23:05:30 -08:00
Jesse Ruderman
4011dfe5c0
Add crashtest for bug 460387
2008-11-09 19:20:29 -08:00
Jesse Ruderman
e2320d90a2
Add crashtest for bug 451334
2008-11-09 19:18:22 -08:00
Johnathan Nightingale
e8a4bd5e95
Add section expand/collapse icons to Vista jar. b=463793 r=gavin a=vlad
2008-11-09 21:12:49 -05:00
Chris Double
d9dd2d1ed7
Bug 449307 - Implement duration support for ogg backend - s+sr=roc
2008-11-10 14:38:02 +13:00
Chris Double
a93a9c831c
Bug 449307 - Fix memory corruption issue in liboggplay when querying duration - rs=roc
2008-11-10 14:36:42 +13:00
Vladimir Vukicevic
a60b3b3fc6
[arm] b=462430, implement LIR_ldcs, re-enable regexp jit for ARM
2008-11-09 17:36:30 -08:00
Vladimir Vukicevic
ad77640a1e
b=463872; fix qt backend cairo build; r=me
2008-11-09 15:43:39 -08:00
Vladimir Vukicevic
2bfaffb3eb
b=455513; add optional flag to allow converting a DDB to a DIB internally, if the surface is every used as a source; r=jmuizelaar
...
If a DDB is used as a source for an operation that can't be handled
natively by GDI, we end up needing to take a really slow path (creating a
temporary surface for acquire_source) for each operation. If we convert
the DDB to a DIB, we then end up having a real image buffer and can hand
things off to pixman directly.
This isn't the default mode because I'm not sure if there are cases where a
DDB is explicitly needed (e.g. for printing), and it would change
current cairo behaviour. It might become the default at some point in the
future.
2008-11-09 15:40:55 -08:00
Vladimir Vukicevic
1512dd82c7
[arm] Fix up ARM nj backend to take into account exit block merging and other changes. Also simplify some branch code along the way.
2008-11-09 14:22:28 -08:00