Граф коммитов

155898 Коммитов

Автор SHA1 Сообщение Дата
uriber%gmail.com 5f6eb6ecbc Bug 330881: Crash when double-clicking in empty area inside isindex with position:absolute;direction:rtl;. r+sr=roc 2006-03-20 09:20:49 +00:00
bclary%bclary.com 6dfc980b20 Regression test for bug 330951, by Pawel Chmielowski 2006-03-20 00:40:45 +00:00
enndeakin%sympatico.ca 639b4faa9c bug 318208, fix case of readOnly property, r+sr=neil 2006-03-20 00:34:41 +00:00
pinkerton%aol.net bb8e17a050 Remove popup blocking ui from the status bar, display it inline in the
browser wrapper.
2006-03-19 23:28:25 +00:00
neil%parkwaycc.co.uk 4e1b09bffe Switch the way the component bar is updated from a push to a notification system so as to work with the cached compose window r=Mnyromyr sr=bienvenu 2006-03-19 20:42:46 +00:00
pinkerton%aol.net de3ba6313e open viewsource in chromeless window, creating new user_pref for opening in tab (bug 188604, r=sfraser, sr=pink) 2006-03-19 16:40:38 +00:00
pinkerton%aol.net fb83b1d5fa opt-return or opt-enter in url bar downloads link (bug 187650, r=smorgan sr=pink) 2006-03-19 16:25:18 +00:00
pinkerton%aol.net 3999b6e2a7 make google search resizable. this will reset everyone's toolbar defaults (bug 244099) 2006-03-19 16:13:44 +00:00
mvl%exedo.nl 23777fbdf0 Bug 330140: Disable going back after the calendar was really created. patch by robin.edrenius@gmail.com, r=mvl 2006-03-19 13:34:35 +00:00
mvl%exedo.nl 41d54c6f47 Bug 329654: calDateTimeFormatter always uses selfmade long formatted date string hack. patch by ssitter, r=mvl 2006-03-19 13:27:38 +00:00
jag%tty.nl 551d8dd61e nsresult -> NS_IMETHODIMP on some of the nsIDOMAttr methods. r=sicking 2006-03-19 10:26:58 +00:00
neil%parkwaycc.co.uk 7a5b2620cd Don't dismiss the context menu so eagerly for subframe loads b=329521 r+sr=jag 2006-03-19 09:17:07 +00:00
smontagu%smontagu.org eb5255236a Remove compiler warning. Bug 330589, r=biesi, sr=roc 2006-03-19 07:08:11 +00:00
gavin%gavinsharp.com 2315cb36b6 Revert previous change to re-enable the search service (bug 330887) 2006-03-19 06:54:29 +00:00
nelson%bolyard.com b90e7c50e0 Avoid stack overflow while generating primes. Bug 310145. r=wtchang 2006-03-19 05:09:30 +00:00
gavin%gavinsharp.com ff573ff406 Bug 330887: second try at disabling the search service to see impact on Ts 2006-03-19 04:46:26 +00:00
gavin%gavinsharp.com fc07362a19 Back out previous change to re-enable search service (bug 330887) 2006-03-19 03:48:48 +00:00
dougt%meer.net e4b1b62115 Cleaning up PR_GetEnv() usage. b=306840. r=timeless, patch by serge gautherie 2006-03-19 02:52:30 +00:00
gavin%gavinsharp.com c7fdbeb1ba Temporarily disable the search service to see what effect it has on Ts 2006-03-19 02:38:05 +00:00
dbaron%dbaron.org f82adb5d8c Use __builtin_frame_address instead of setjmp to get the frame pointer. b=323853 r=brendan 2006-03-19 01:27:17 +00:00
igor%mir2.org ad4a379d52 Bug 330951: Patch from Pawel Chmielowski to fix a regression that I introduced in bug 311515. 2006-03-18 23:36:04 +00:00
igor%mir2.org 3efeeb5c5b Bug 330951: Asserting that string arguments str1 and str2 arguments are not NULLs in js_CompareStrings and js_EqualStrings.
Previously passing str1 and str2 set to NULL did not crash as str1 and str2 compared equals as pointers and the functions returned true without accessing *str1 or *str2. In turn it allowed for the regression from bug 311515 causing this bug to survive much longer then it should. r=brendan.
2006-03-18 23:29:15 +00:00
gavin%gavinsharp.com 587aa1bd71 Bug 330887: try to fix Ts regression from bug 317107, r=mano 2006-03-18 22:23:02 +00:00
mvl%exedo.nl a93b1379f6 Bug 266241: use system time format in the views. patch by ssiter, r=mvl 2006-03-18 19:56:18 +00:00
silver%warwickcompsoc.co.uk c639cd1bcb Bug 329702 - Allow code to hook all commands as well as individual ones.
ChatZilla only.
r=samuel
2006-03-18 15:20:32 +00:00
jminta%gmail.com 8381a21439 Bug 329360 strict javascript warning: 'variable event hides argument' in calendar-alarm-dialog. patch by gekacheka@yahoo.com, r=jminta 2006-03-18 15:18:15 +00:00
jminta%gmail.com 4ff6aad78a Bug 329415 Trying to remove exceptions in recurrencedialog with no exceptions selected throws JS-errors. patch by robin.edrenius@gmail.com, r=jminta 2006-03-18 15:13:54 +00:00
jminta%gmail.com 584dad6358 Bug 327662 'Currently selected day' in unifinder doesn't update on selection. r=mvl 2006-03-18 15:05:48 +00:00
jminta%gmail.com 2ce0719adb Bug 321560 Wrong day selected in Sunbird when using minimonth or datepicker r=mvl 2006-03-18 14:51:59 +00:00
jminta%gmail.com 5703cefa32 Bug 321608 First day of week setting not honoured in multiweek or month views. r=mvl 2006-03-18 14:39:40 +00:00
mark%moxienet.com 045ed3e89a 330890 unify does not preserve the execute bit when copying non-Mach-O files. Strengthen unify's file mode management, and avoid a possible race if multiple unifies are pointed at the same target. r=preed 2006-03-18 14:31:17 +00:00
neil%parkwaycc.co.uk 06462bff40 Ensure box objects are obtained from the correct document b=330181 r+sr=jst 2006-03-18 14:14:08 +00:00
mvl%exedo.nl df160ac1f3 Bug 329347: remove old debug statements. patch by gekacheka@yahoo.com, r=mvl 2006-03-18 14:04:51 +00:00
mvl%exedo.nl 1b3af070e1 whitespace normalization. no bug 2006-03-18 13:58:25 +00:00
mvl%exedo.nl 617dbe1bb7 Bug 325068: Improve printing UI (and interfaces). r=jminta 2006-03-18 13:10:58 +00:00
mvl%exedo.nl b1bf7e6c8e bug 330244: replace preventBubble with stopPropagation. pach by ssitter, r=mvl 2006-03-18 11:56:48 +00:00
masayuki%d-toybox.com 79d8af6102 Bug 187772 mouse wheel scrolling does not dismiss form auto complete history, results in floating autocomplete dropdown r=mconnor 2006-03-18 08:09:52 +00:00
bmlk%gmx.de 1d2adbe0ad insist on an inner table frame, resistance to any other childlist, bug 329768, r/sr=bzbarsky 2006-03-18 07:18:54 +00:00
mark%moxienet.com 7a014b8ec3 Bustage fix followup: release old font metrics 2006-03-18 06:40:31 +00:00
mark%moxienet.com 4dbd940d2e Apply firehose to cairo-less cocoa widget builds aka bustage fix for Camino 2006-03-18 06:11:48 +00:00
pavlov%pavlov.net 23d8041646 really fixing camino.. i think... honest.... 2006-03-18 01:55:34 +00:00
pavlov%pavlov.net f7adde580a fixin more camino bustage 2006-03-18 01:23:52 +00:00
pavlov%pavlov.net 7280eeabed fixing camino bustage 2006-03-18 01:23:51 +00:00
neil%parkwaycc.co.uk 359bc9c89f Fix for standalone window regression caused by bug 330198 r=IanN sr=bienvenu 2006-03-18 01:10:44 +00:00
pavlov%pavlov.net 4af8140fbb fixing build bustage. 2006-03-18 00:23:41 +00:00
pavlov%pavlov.net 02d3eae463 adding StHandleLocker back here to fix build bustage 2006-03-18 00:09:23 +00:00
pavlov%pavlov.net 70590e7254 removing nsWatchTask, removing cocoa widget dependancies on gfx/src/mac. bug 330786. r=josh 2006-03-17 23:35:39 +00:00
dougt%meer.net dfa1ea4fa2 autocomplete dropdown covers textbox when textbox is near bottom of screen. this only addresses XUL autocomple widgets. b=216434, r=mconnor 2006-03-17 23:31:41 +00:00
beng%bengoodger.com 2c983688fe 330802 - regression in toolbar/menu D&D due to not using newer property names r=annie.sullivan@gmail.com 2006-03-17 22:50:53 +00:00
vladimir%pobox.com d3ede4cd8c Re-landing fixed cairo update, r=pav 2006-03-17 22:24:30 +00:00