Commit Graph

2834 Commits

Author SHA1 Message Date
Geoff Lankow
2ee7c69af9 Bug 506069 - textbox with type=number does not properly update value for oninput event. r=enn 2011-06-02 10:53:42 +12:00
Dão Gottwald
926db39604 Bug 601917 - Trying to drag the empty part of a toolbar shouldn't throw an exception. r=enn
--HG--
extra : rebase_source : 466d49a2ea9bd98d3ffb9a3417aaf29688f81171
2011-06-02 22:59:10 +02:00
John Daggett
e9e9f644e7 Bug 650723. Add ClearType parameter data to about:support. r=gavin,jrmuizel 2011-05-11 09:30:20 +09:00
Ms2ger
65b08d69be Bug 654137 - Make window.top not replacable; r=bz 2011-05-10 20:24:44 +02:00
John Daggett
0a81d96dc0 Backed out changeset d34dd7156b4d 2011-05-09 15:19:33 +09:00
John Daggett
9476a3a424 Bug 650723. Add ClearType parameter data to about:support. r=gavin,jrmuizel 2011-05-09 14:56:27 +09:00
Benoit Jacob
1ee952addb Bug 642502 - about:support improvements - r=gavin.sharp 2011-05-03 16:07:17 -04:00
Benoit Jacob
13bc7c85d2 Bug 642502 - skip fields with 0/empty/null values - r=jrmuizel 2011-05-03 16:07:17 -04:00
Benoit Jacob
d740fe1212 backout bug 645407, bug 639842, bug 642502 2011-05-03 17:18:44 -04:00
Benoit Jacob
97d2feb9aa Bug 642502 - about:support improvements - r=gavin.sharp 2011-05-03 16:07:17 -04:00
Benoit Jacob
7fb21db053 Bug 642502 - skip fields with 0/empty/null values - r=jrmuizel 2011-05-03 16:07:17 -04:00
Zane U. Ji
01db317427 Bug 236872 - Changing Auto-Detection Scheme breaks the message display output; r=enndeakin 2011-05-03 14:32:40 +01:00
Dão Gottwald
c51a4c6569 Bug 451833 - Highlight the domain name in the address bar. r=roc,sdwilsh ui-r=faaborg
--HG--
extra : rebase_source : 1010ad246e94e271a0efaaca13356aff5d4b3bc3
2011-05-02 19:50:18 +02:00
Ed Morley
1dc65abc0d Bug 652445 - Remove WinCE code (incl Faststart & nsSplashScreenWin) from toolkit; r=dtownsend 2011-04-29 12:38:26 +02:00
Steffen Wilberg
7593ba5c1c Bug 641195: Remove about:licence, but keep about:license. r=bsmedberg 2011-06-25 09:56:11 +02:00
Ed Morley
f13392fb42 Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
Joe Drew
037ad05e94 Bug 641169 - Whitelist webgl.* prefs in about:support. r=gavin 2011-05-30 09:31:17 +02:00
Margaret Leibovic
7c2dba1546 Bug 616136 - Give popup notification panels role="alert" and make their close buttons tabbable. r=gavin 2011-05-24 17:43:05 +02:00
Marco Bonardo
be8f557f97 Bug 618913 - Implement in product notifications to set up Sync.
Further modified by Stephen Horlander <shorlander@mozilla.com>.
r=dolske ui-r=shorlander a=Unfocused
2011-05-23 21:16:39 -07:00
Anas Husseini
3f59f46227 Bug 649840 - Adjust the direction of the autocomplete popup list based on the textbox direction. r=neil
--HG--
extra : rebase_source : 9d9befb9c9179214cc472498bde6fdab66d9bbb5
2011-04-27 10:09:23 +02:00
Margaret Leibovic
b30206a89f Bug 653010 - Add cookies and logins to Services.jsm. r=gavin 2011-04-26 19:56:59 -04:00
L. David Baron
6f6871a557 Make nsBox more careful about accepting XUL attributes only on XUL elements. (Bug 102440) r=bzbarsky 2011-04-22 18:36:24 -07:00
Mounir Lamouri
9144e54f54 Bug 638143 - Internal html:input of XUL numberbox shouldn't have type='number'. r=enndeakin 2011-03-02 22:32:58 +01:00
Neil Deakin
112ca7daaa Bug 608603, properly handle adjusting the day in the grid datepicker when switching to a month with fewer days, and add displayed month and year properties to datepicker, which can differ from the selection, r=neil 2011-04-13 13:53:24 -04:00
Neil Deakin
5fbfdbbb1c Bug 126189, pass modifiers on to command events in menus when enter was pressed, r=neil 2011-04-13 13:53:24 -04:00
Neil Deakin
2c8b7f99fd Bug 590665, panels jump around when dragged across screens, so don't do flipping when moving one, r=roc 2011-04-13 13:53:24 -04:00
Jonathan Kew
8eac8e46a8 merge backout of bug 585152 2011-04-13 14:35:39 +01:00
Jonathan Kew
cd179a175b Backed out changeset 80451fb8f11c (bug 585152) as per discussion in the bug. 2011-04-13 14:35:06 +01:00
Frank Yan
49aaab45e5 Bug 502892 - disable non-functional html5 audio volume slider. r=dolske 2011-04-12 20:54:26 -07:00
Paul Biggar
1beff55e64 Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.

Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
L. David Baron
d40bf9a237 Backout changeset b583111a88aa (bug 585152) for causing mochitest-browser-chrome orange on opt builds. 2011-04-12 01:29:41 -07:00
Paul Biggar
80fee229de Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.

Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
Miguel Ojeda
3a80793ec0 Bug 645485 - Sort list of extensions in about:support. r=dao 2011-04-04 06:32:47 +02:00
Florian Quèze
af39a56b25 Bug 596759 - Selecting a tab should focus its content; r=enndeakin 2010-09-16 01:28:00 -04:00
Ehsan Akhgari
cccdef8b2f Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge) 2011-04-01 12:23:48 -04:00
Florian Quèze
77bb556cae Bug 596759 - Selecting a tab should focus its content; r=enndeakin 2010-09-16 01:28:00 -04:00
Neil Deakin
7d2dbaba8b Bug 630830 - "key" attribute changes to menuitems are not handled; r=joshmoz 2011-02-13 07:28:00 -05:00
Mano
90af140600 Bug 620666 - urlSecurityCheck should include the principal uri in its exception; r=dao 2010-12-22 06:10:00 -05:00
Benjamin Smedberg
ed882a50bd Bug 617539 - Merge nsIMenuBoxObject_MOZILLA_2_0_BRANCH, r=enn 2011-03-25 11:03:35 -04:00
Benjamin Smedberg
2148ea9abe Bug 617539 - Fold nsIContentPrefService_MOZILLA_2_0 back into the main interface, r=gavin 2011-03-25 11:03:34 -04:00
Mounir Lamouri
6fc0b0ea63 Bug 629002 - Fix arrow panels rounding issues. r=enndeakin 2011-03-25 10:14:19 +01:00
Ehsan Akhgari
f2fe50481f Merge mozilla-central into cedar 2011-03-23 18:29:19 -04:00
Dão Gottwald
9557f841a0 Bug 637159 - Clean up the fix / workaround for bug 635252. r=neil 2011-03-23 12:36:25 +01:00
Hiroyuki Ikezoe
3c072cd9b1 Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao 2011-03-16 18:01:34 -04:00
Ehsan Akhgari
cea2a66696 Bug 614643 - Don't rely on the afterpaint event because its firing times can be seemingly random. Instead, use the beforepaint event to see when the test is painting; r=arpad 2011-03-21 15:37:17 -04:00
Ehsan Akhgari
b76940161f Bug 637975 - Make XUL textboxes use the normal input textbox spellchecking binding, instead of directly managing it from XBL code, so that spellchecking is less fragile on those textboxes; r=roc 2011-03-16 15:34:30 -04:00
Hiroyuki Ikezoe
3d28e162ef Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao 2011-03-16 18:01:34 -04:00
Siddarth Agarwal
1ef146d92d Bug 621204 - Add Dict.jsm to toolkit, r=dtownsend 2011-03-23 15:13:41 -04:00
Ehsan Akhgari
c07982a406 Backed out changeset 75147c0a4b89 because it actually changes code, and is not test-only. a=silly-me 2011-03-16 18:03:35 -04:00
Hiroyuki Ikezoe
79224d86b2 Bug 582216 - Make sure that we set _scrollTarget in every case in order to address intermittent failures in tabbrowser overflow handling; r=dao a=test-only 2011-03-16 18:01:34 -04:00
Ehsan Akhgari
79053b3876 Bug 614643 - Cause a repaint no matter what so that the test becomes more robust; r=neil a=test-only 2011-03-16 16:03:12 -04:00
Alon Zakai
3c7159de0d bg 624344 - File name not parsed correctly while trying to save page via 'Save link' r=enn a=blocking-fennec 2011-03-04 18:29:01 -05:00
Dão Gottwald
9723af06d0 Bug 631270: move status panel to the opposite side of the screen when the findbar is open, to avoid it obscuring find results in the common case of them being at the bottom left of the screen, r=gavin, ui-r=beltzner, a=beltzner 2011-03-02 16:48:58 -08:00
Henri Sivonen
4734b8d364 Bug 636689 - Rename the HTML5 parser enablement pref and make it show in about:support. r+a=jst. 2011-02-25 18:23:02 +02:00
Robert Sayre
56fc50060b Merge mozilla-central to tracemonkey. 2011-02-26 19:36:09 -08:00
David Mandelin
b81a36543b Bug 635252: Prevent name collision in XBL field 'popup', r=bz,neil, a=blocking 2011-02-25 11:10:25 -08:00
Neil Rashbrook
d950aefa19 Bug 616811 Remove extraneous CRs r=dao a=beltzner 2011-02-16 21:41:59 +00:00
Asaf Romano
c0d0afb9d7 Bug 567306 - Only set the Find bar's browser property if its browser ID is valid.
r=gavin a=blocking
2011-02-15 13:47:32 +01:00
Margaret Leibovic
2d74895a4b Bug 633400 - Vertically align geolocation "Learn More..." link with menubutton. r=dao 2011-02-12 00:32:07 -08:00
Patrick Walton
af6cfa3bc8 Bug 628179 - Make top document navigation and tab switching close the Find bar. r=dao ui-r=limi a=sdwilsh 2011-02-11 16:11:24 -08:00
Mats Palmgren
0d6b76ad28 Bug 631337 - Cannot resize the window using the corner resizer when body is position:relative. r=roc a=blocking2.0:final 2011-02-10 23:38:37 +01:00
Jonathan Kew
3c4eb4f64c bug 622507 - allow a possible subpixel discrepancy at bottom/right of popup rect because we snap the top/left to a pixel boundary when positioning. r+a=roc, test-only 2011-02-21 08:52:21 +00:00
Margaret Leibovic
e214e641ee Bug 587587 - Always dismiss popup notifications when they are hidden, and add "removeOnDismissal" option to show() [r=gavin, a=blocking-betaN] 2010-09-03 14:29:12 -04:00
Philipp von Weitershausen
f032540555 Bug 609160 - Wizard header labels should wrap. r=Enn a=blocking-final 2011-02-09 13:05:33 -08:00
Alex Vincent
0c00357f68 Bug 628470 - popup.xml#popup-base, hidePopup method throws exceptions for failed QI to nsIMenuBoxObject; r=enndeakin a=Mossop
--HG--
extra : rebase_source : e26b9a9cee412d6395d64fc4d221d2ac0aea7cd1
2011-02-08 14:18:36 -05:00
Paul O’Shannessy
57ab4ad7f3 Bug 629485 - Show close window warning when closing the last window [r=gavin, a=blocking2.0:betaN+] 2011-02-07 17:50:37 -08:00
Jeff Muizelaar
1b6388a8c4 Bug 617028. Expose graphics failures in about:support. r=ehsan,a=blocking
Adds a list of the graphics failures below the graphics section.
2011-02-07 16:11:57 -05:00
Benoit Jacob
40db2267bc Bug 630628 - about:license changes to cover the bits of the DirectX SDK that we ship - r=harvey_anderson, a=blocker 2011-02-07 20:16:37 -05:00
Simon Montagu
2f858dbda2 Bug 508816: remove browser workarounds. a=blocker 2011-02-07 09:59:32 +02:00
Chris Leary
141e2fbcd6 Merge mozilla-central and tracemonkey. (a=blockers) 2011-02-06 15:30:39 -08:00
Paolo Amadini
d6b840cbe5 Bug 626382 - Allow themes to set the iconsize on specific toolbars. r=dao a=b 2011-02-04 09:09:04 +01:00
Gervase Markham
766cb9250c Bug 600215b - restore Camino initial developers, add in Mobile as well. a=hardblocker. 2011-02-01 17:45:49 +00:00
Dão Gottwald
1fd5ddfb06 Bug 604257 - Enable test_arrowpanel.xul on Linux 2011-02-01 11:16:24 +01:00
Gervase Markham
d3e0124dbf Bug 600215 - commit to pass hook check. a=johnath. 2011-01-27 14:52:06 +00:00
Gervase Markham
3ee9d70335 Bug 600215 - update MPL Initial Developers list. 2011-01-27 14:45:58 +00:00
Benjamin Stover
84fca5b226 Bug 624451 Toolkit update to Geometry.jsm r=Mossop a=blocking-fennec 2011-01-25 12:07:45 -08:00
Chris Leary
f834b150eb Merge mozilla-central and tracemonkey. (a=blockers) 2011-01-24 19:47:52 -08:00
Jeff Walden
f15d2639f5 Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan 2011-01-22 17:46:22 -08:00
Jeff Walden
985dbafd23 Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity 2011-01-23 03:12:28 -08:00
Jeff Walden
ca2ed756b9 Another round of orange fixes, sigh. r=orange yet again 2011-01-23 00:12:05 -08:00
Gavin Sharp
25a4fc8408 Bug 624843: PopupNotifications need to work after customizing the location bar, r=dolske, a=blocking 2011-01-18 00:11:08 -08:00
Dão Gottwald
ecdc4be320 Bug 624157 - When maximising window, scroll buttons remain in tab bar. r=enn a=a 2011-01-20 16:38:26 +01:00
Mounir Lamouri
0cb659bdb1 Bug 626605 - Improve the position of the arrow for arrow panels. r=enndeakin a=blocking-final 2011-01-20 14:38:11 +01:00
Margaret Leibovic
6c776152ce Bug 617553 - Doorhanger for add-on installation failures inside the AOM has no parent with chrome hidden [r=gavin, a=blocking] 2011-01-18 14:57:40 -08:00
Neil Deakin
99e6f59186 Bug 607224, followup to use separate interface, r=neil,a=blocking 2011-01-17 09:36:33 -05:00
Neil Deakin
2672504f59 Bug 489303, show resizer when statusbar is hidden, r=roc,gavin a=blocking 2011-01-17 09:35:32 -05:00
Margaret Leibovic
fc5fcc60fc Bug 627817 - Add ANGLE license to about:license. r=gerv/gavin a=blocking 2011-01-21 14:35:28 -08:00
Dão Gottwald
faf67d71b2 Bug 589146 - Firefox menu items should display sub-menu on a slightly delayed hover. r=gavin 2011-01-22 12:21:53 +01:00
Ehsan Akhgari
fef2bb27c4 Bug 614643 - Don't rely on the afterpaint event because its firing times can be seemingly random. Instead, use the beforepaint event to see when the test is painting; r=arpad 2011-03-22 14:45:13 -04:00
Ehsan Akhgari
235ac97cf2 Bug 637975 - Make XUL textboxes use the normal input textbox spellchecking binding, instead of directly managing it from XBL code, so that spellchecking is less fragile on those textboxes; r=roc 2011-03-16 15:34:30 -04:00
David Mandelin
97fa2f9d5d Bug 611652: clear values instead of scope when global window is cleared, r=brendan,enn,jeff,mrbkap,smaug
--HG--
extra : rebase_source : 77e3844d35de229817bee767256a96d030a78bf9
2011-01-21 18:37:30 -08:00
John Daggett
5c42411612 Bug 624970. Display DirectWrite version in about:support. r=joe, a=joe 2011-01-14 21:57:17 +09:00
Margaret Leibovic
ae39db7f36 Bug 615315 - Add a small close button to all doorhanger notifications and panels. r=gavin, a=blocking-final 2011-01-13 16:07:44 -08:00
Gavin Sharp
2ae2de9eb2 Bug 598417: need to update popup notification state on notification removal even if the popup isn't open, r+a=Mossop
--HG--
extra : rebase_source : d13b424a7f3d515e6a3dba6e202f8f932601a2e6
2010-12-14 17:50:44 -08:00
Gavin Sharp
5e812d788f Bug 599482: need to call the "removed" handler when popup notifications are removed due to location changes, r=dtownsend, a=blocking
--HG--
extra : rebase_source : bc108537233f96bd353846829e3489c243257dd3
2010-09-24 17:04:04 -04:00
Mounir Lamouri
790b6e8e21 Bug 619223 - Arrow panel should use the direction of the anchor. r=enndeakin f=smontagu a=blocking-final 2011-01-13 15:02:20 +01:00
Neil Deakin
efc595427c Bug 616607, use screen coordinates to calculate arrow panel position, r=neil, a=blocking 2011-01-12 20:57:36 -05:00
Frank Yan
7ed0c2a28d Bug 485696 - Video progress slider jitters on indefinite length streams. r=dolske a=blocking2.0final+
--HG--
extra : rebase_source : a2549d0ef1a853e71ef2f9765026dd9150736d41
2011-01-11 19:32:17 -08:00
Drew Willcoxon
f878dc5ad8 Bug 615152 - WindowDraggingElement should not assume that event targets are in the same window as its element. r=enndeakin, a=mossop 2011-01-11 15:02:55 -08:00
Dave Townsend
900e16f795 Bug 569342: Find bar should not be enabled in about:addons. r=gavin, a=blocks-final 2011-01-11 13:33:51 -08:00
Siddharth Agarwal
e8050180b9 Bug 624191 - Missing <td> in the graphics section of about:support. r+a=gavin
--HG--
extra : rebase_source : 712cd6fab69ea6a00be049adaeb48678bc6bfc4b
2011-01-11 16:28:10 +05:30
Neil Deakin
5829e48552 Bug 607224, add property that specifies if a menu was opened via the keyboard, r=neil,a=blocking 2011-01-04 12:24:51 -05:00
Drew Willcoxon
d00c78ba83 Bug 618954 - Smart keyword result titles in the awesomebar should not have extra space after them. r=gavin, a=blocking2.0-final 2011-01-03 15:02:28 -08:00
Drew Willcoxon
1041cb0307 Bug 610130 - Doorhanger notifications confused when switching between tabs with different types of doorhangers. r=gavin, a=blocking2.0-final 2011-01-03 15:02:23 -08:00
Olli Pettay
f3f64a6253 Bug 605127 - Autoscroll stops unintentionally while page is scrolling, r=neil, a=blocking 2010-12-29 10:14:12 +02:00
Felipe Gomes
f85fb15564 Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN 2010-12-28 12:45:04 -08:00
Felipe Gomes
573690c4a9 Back out 435b65622b7b due to orange. a=backout 2010-12-28 12:09:37 -08:00
Felipe Gomes
a3a579dd7f Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN 2010-12-28 11:05:08 -08:00
Phil Ringnalda
9dc8c4f680 Bug 567950 - Re-enable browser_keyevents_during_autoscrolling.js to see whether the cause of its intermittency is actually long gone, a=test 2010-12-26 14:20:27 -08:00
Gavin Sharp
c3c52e4815 Back out 0ab0603bea99 (bug 489303) due to suspected Txul regression, a=backout 2010-12-25 14:55:35 -05:00
Neil Deakin
8be581fb19 Bug 489303 - No resizer since the statusbar is gone, r=gavin+roc, a=b 2010-12-21 13:19:00 -08:00
Neil Deakin
c92d7630ca Bug 580710 - Drag&Drop onto sidebar loads page into sidebar, r=neil, a=b 2010-08-11 07:37:00 -07:00
Chris Pearce
4198ec7360 Bug 604885 commit backout merge. a=backout 2010-12-21 07:45:28 +13:00
Chris Pearce
4f0e6718e4 Bug 604885 - backout 8d54b45a181e a=backout 2010-12-21 07:45:02 +13:00
Chris Pearce
995a3f9f47 Bug 604885 - Ensure video controls resize correctly when showing and hiding status overlay. r=dolske a=blocking2.0 2010-11-25 07:34:57 +13:00
Neil Deakin
7a2b126e4c Bug 614152, don't set popupNode when opening notification popup, otherwise page context menu won't appear, r=dao, a=blocking 2010-11-24 13:31:25 -05:00
Markus Stange
aa393ba862 Bug 594002 - Make the tab bar scrollbox deal with tab scrolling properly when it has padding set on it. r=Enn, a=betaN 2010-11-24 10:50:20 +01:00
Dão Gottwald
68c8e3db58 Bug 613734 - Tab-modal prompts shouldn't inherit text shadow (e.g. when using a lightweight theme). r=enn a=benjamin 2010-11-24 09:35:39 +01:00
Vladimir Vukicevic
cf0a566779 b=619485; add WebGL info to about:support; r=jrmuizel,a=beltzner 2010-12-16 12:49:54 -08:00
Margaret Leibovic
3624c54d2e Bug 615318 - Add a "not now" choice to all doorhanger notification split buttons. r=gavin, a=blocking-beta9
--HG--
extra : rebase_source : 8b350d4d9c5ce5c8a5c6b75c3d0ad45fd5abc2ec
2010-12-16 09:53:24 -08:00
Dão Gottwald
3cc111af41 Bug 554279 - Defer toolbar initialization to get XUL overlays for the toolbar palette loaded. r=enn a=b 2010-12-15 20:03:00 +01:00
Brad Lassey
74fe235331 bug 589879 - All input fields labeled with a go button, which doesn't do anything without special handling r=roc a=blocking-fennec 2010-11-23 21:12:53 -05:00
Arpad Borsos
b0812bfdaa commit 3b157fcde708 was for bug 588435; a=me 2010-11-23 19:54:48 +01:00
Arpad Borsos
e9340d208f Use mozRequestAnimationFrame to animate autoscroll; r=neil@parkwaycc.co.uk a=bsmedberg 2010-08-18 19:57:31 +02:00
Mark Finkle
6266617829 Bug 613480 - Check for a NULL docShell in browser constructor [r=gavin a=bsmedberg] 2010-11-22 16:37:35 -05:00
Dão Gottwald
c2aa1bf452 Bug 612588 - Toolbars outside of the toolbox should be visible while customizing, just like those inside of the toolbox. r=enn a=gavin 2010-11-22 11:21:43 +01:00
Daniel Glazman
683ba1b193 Bug 617570 - editable menulist doshould accept the placeholder attribute. r=neil a=gavin 2010-12-11 09:38:31 +01:00
Drew Willcoxon
86a74972b4 Bug 596485 - Provide visual indication of Switch to Tab override. r=gavin, a=blocking-betaN 2010-12-10 18:32:14 -08:00
Masayuki Nakano
a0d8b0d997 Bug 616797 relanding backed-out test for the bug r=enn, a=final+ 2010-12-09 14:52:33 +09:00
Masayuki Nakano
7b7ce2df63 Bug 616797 backing-out the new tests a=orange 2010-12-08 21:25:20 +09:00
Masayuki Nakano
c374f78d82 Bug 616797 Menubar doesn't appear by Alt key after using accelerator to open a popup menu and closing it by click r=enn, a=final+ 2010-12-08 19:49:09 +09:00
Daniel Brooks
5d4df79b2c back out about:startup due to crashes during mochitests (a89f24bf1798) a=bustage 2010-12-08 03:43:33 -06:00
Daniel Brooks
6afae34b00 Bug 593743 - about:startup page showing historical startup timings; final merge with trunk. ui-r=beltzner feedback=mak77 r=mossop sr=vlad a=bsmedberg 2010-12-07 22:10:14 -06:00
Daniel Brooks
a7dc249655 about:startup - final review hurdle, add _MOZILLA_2_0 interfaces to contain the additions to nsIXULRuntime and nsIXULAppInfo 2010-12-07 02:28:12 -06:00
Benjamin Smedberg
d2d3260579 Bug 614015 - Add <browser>.messageManager property for both in-process and out-of-process tabs, r=gavin
--HG--
extra : rebase_source : f0419a400dc714bc52481959fc4712fdc50b5e88
2010-12-07 09:34:34 -05:00
Neil Deakin
6e4383281d Bug 606343, part 4, fix arrow position in rtl, r=dao, a=blocking 2010-12-05 17:10:45 -05:00
Neil Deakin
e716f0928a Bug 606343, part 2, centre arrow on anchor in notification panel, r=dao, a=blocking 2010-12-05 17:10:36 -05:00
Neil Deakin
ebc6069358 Bug 606343, part 1, add centering position types for panels, r=neil, a=blocking 2010-12-05 17:09:36 -05:00
Daniel Brooks
3c81e78044 about:startup - merge vlad's review comments with the trunk
--HG--
rename : testing/mochitest/runtests.py.in => testing/mochitest/runtests.py
2010-11-23 09:49:19 -06:00
Daniel Brooks
0cef82a4c0 about:startup - change chrome package name for jquery stuff so that it's clear that it's private 2010-11-15 07:12:26 -06:00
Daniel Brooks
88754df979 about:startup - merge with trunk, again. try: -b o -p linux,linux64,macosx64,win32 -m all -u crashtest -t all 2010-11-05 21:50:30 -05:00
Margaret Leibovic
fdebb50f55 Bug 577928 - 7/Vista specific styling of menu buttons in popup notifications. r=dao a=blocking-betaN 2010-11-05 14:03:41 -07:00
Daniel Brooks
704c63d130 about:startup - present correctly localized dates in the tables (localizing the dates in the graph is tricker), Also, fix the calculation for the minimum value of the graph's x axis (forgot to take into account the funkiness of javascript's numbers) 2010-10-29 15:10:10 -05:00
Daniel Brooks
3b27def312 about:config - merge with trunk 2010-10-29 14:18:58 -05:00
Daniel Brooks
ae76a14286 about:startup - address remaining review comments 2010-10-29 14:16:28 -05:00
Margaret Leibovic
40c768a7e3 Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page (Tests). r=gavin, a=blocking-beta7 2010-10-28 15:00:50 -07:00
Margaret Leibovic
dd63205961 Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page. r=gavin+bz, a=blocking-beta7 2010-10-28 15:00:31 -07:00
Robert O'Callahan
ea93b2367b Backed out changeset ecd1948992eb 2010-10-29 16:07:46 +13:00
Margaret Leibovic
28e7c9718a Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page. r=gavin+bz, a=blocking-beta7 2010-10-28 15:00:31 -07:00
Marco Bonardo
6ac8952165 Bug 578589 - Intermittent failure in toolkit/content/tests/widgets/test_toolbar.xul.
r=enn ab7=beltzner
2010-10-28 12:14:00 +02:00